modified
This commit is contained in:
@@ -32,8 +32,6 @@ server {
|
||||
#resolver 127.0.0.11;
|
||||
#set $upstream "http://vouch:9090/validate";
|
||||
#proxy_pass $upstream;
|
||||
|
||||
|
||||
|
||||
# be sure to pass the original host header
|
||||
proxy_set_header Host $http_host;
|
||||
@@ -77,8 +75,7 @@ server {
|
||||
proxy_headers_hash_max_size 512;
|
||||
proxy_headers_hash_bucket_size 128;
|
||||
proxy_read_timeout 3600;
|
||||
# be sure to pass the original host header
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Host $http_host; # vouch: be sure to pass the original host header
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user