]> source.dussan.org Git - rspamd.git/commitdiff
Remove proxy from url_redirector.conf as it not the option 5164/head
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
Mon, 30 Sep 2024 20:16:24 +0000 (22:16 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 20:16:24 +0000 (22:16 +0200)
conf/modules.d/url_redirector.conf

index da3b5bb138f72a760a2ef6b66b63f6c93fe504c3..ec21f915fbd7712be70421a9e874deb45be89de1 100644 (file)
@@ -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