This commit is contained in:
zino
2023-12-05 16:04:01 +01:00
parent 4b6629e280
commit 7bc63b8b20

View File

@@ -33,8 +33,6 @@ server {
#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
}
}