From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:16:24 +0000 (+0200) Subject: Remove proxy from url_redirector.conf as it not the option X-Git-Tag: 3.10.1~12^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F5164%2Fhead;p=rspamd.git Remove proxy from url_redirector.conf as it not the option --- 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