Browse Source

Remove proxy from url_redirector.conf as it not the option

pull/5164/head
Dmitriy Alekseev 1 year ago
committed by GitHub
parent
commit
0dc5003869
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      conf/modules.d/url_redirector.conf

1
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

Loading…
Cancel
Save