diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-10-08 15:41:47 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 15:41:47 +0600 |
commit | ee3fa128888f77591be7f0ab6b29619fa4cc29ff (patch) | |
tree | 3281c4fff6c4e8430ba67f937d01e8746148c13e | |
parent | 48e5e613380007ba9e03bbe2972a2b7bc7bcc9de (diff) | |
parent | 0dc5003869e771dbcab9e8e6af5523bd7908ed26 (diff) | |
download | rspamd-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.conf | 1 |
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 |