aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-10-08 15:41:47 +0600
committerGitHub <noreply@github.com>2024-10-08 15:41:47 +0600
commitee3fa128888f77591be7f0ab6b29619fa4cc29ff (patch)
tree3281c4fff6c4e8430ba67f937d01e8746148c13e
parent48e5e613380007ba9e03bbe2972a2b7bc7bcc9de (diff)
parent0dc5003869e771dbcab9e8e6af5523bd7908ed26 (diff)
downloadrspamd-ee3fa128888f77591be7f0ab6b29619fa4cc29ff.tar.gz
rspamd-ee3fa128888f77591be7f0ab6b29619fa4cc29ff.zip
Merge pull request #5164 from dragoangel/patch-8
Remove proxy from url_redirector.conf as it not the option
-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