aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>2024-09-30 22:16:24 +0200
committerGitHub <noreply@github.com>2024-09-30 22:16:24 +0200
commit0dc5003869e771dbcab9e8e6af5523bd7908ed26 (patch)
tree9b3faf7ffca6199dc6ced18e9239ecaed568c55a /conf/modules.d
parentda5fa7ec0d65e6cdcd6211c6b4dc87c467eef354 (diff)
downloadrspamd-0dc5003869e771dbcab9e8e6af5523bd7908ed26.tar.gz
rspamd-0dc5003869e771dbcab9e8e6af5523bd7908ed26.zip
Remove proxy from url_redirector.conf as it not the option
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/url_redirector.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/url_redirector.conf b/conf/modules.d/url_redirector.conf
index da3b5bb13..ec21f915f 100644
--- a/conf/modules.d/url_redirector.conf
+++ b/conf/modules.d/url_redirector.conf
@@ -16,7 +16,6 @@ url_redirector {
expire = 1d; # 1 day by default
timeout = 10; # 10 seconds by default
nested_limit = 1; # How many redirects to follow
- #proxy = "http://example.com:3128"; # Send request through proxy
key_prefix = "rdr:"; # default hash name
check_ssl = false; # check ssl certificates
max_size = 10k; # maximum body to process