Browse Source
Remove proxy from url_redirector.conf as it not the option
pull/5164/head
Dmitriy Alekseev
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
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 |
|
|
|