This commit is contained in:
zino
2023-12-06 00:10:25 +01:00
parent 0c1922d28e
commit 1e73551f4b

View File

@@ -33,6 +33,8 @@ server {
# be sure to pass the original host header
#proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $http_host;
# Vouch Proxy only acts on the request headers
proxy_pass_request_body off;
proxy_set_header Content-Length "";