m
This commit is contained in:
@@ -23,7 +23,9 @@ server {
|
|||||||
proxy_pass http://vouch:9090/validate;
|
proxy_pass http://vouch:9090/validate;
|
||||||
|
|
||||||
# be sure to pass the original host header
|
# be sure to pass the original host header
|
||||||
proxy_set_header Host $http_host;
|
#proxy_set_header Host $http_host;
|
||||||
|
|
||||||
|
proxy_set_header X-Forwarded-Host $host:$server_port;
|
||||||
|
|
||||||
# # Vouch Proxy only acts on the request headers
|
# # Vouch Proxy only acts on the request headers
|
||||||
# proxy_pass_request_body off;
|
# proxy_pass_request_body off;
|
||||||
|
|||||||
Reference in New Issue
Block a user