diff options
author | Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> | 2024-09-30 22:16:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 22:16:24 +0200 |
commit | 0dc5003869e771dbcab9e8e6af5523bd7908ed26 (patch) | |
tree | 9b3faf7ffca6199dc6ced18e9239ecaed568c55a /conf/modules.d | |
parent | da5fa7ec0d65e6cdcd6211c6b4dc87c467eef354 (diff) | |
download | rspamd-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.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 |