Compare commits

...

2 Commits

Author SHA1 Message Date
zino
d32b9f5942 m 2023-12-06 00:10:34 +01:00
zino
1e73551f4b m 2023-12-06 00:10:25 +01:00
2 changed files with 3 additions and 1 deletions

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 "";

View File

@@ -25,7 +25,7 @@ server {
# be sure to pass the original host header
#proxy_set_header Host $http_host;
proxy_set_header Host code.zinomedia.de;
# proxy_set_header Host zinomedia.de;
# # Vouch Proxy only acts on the request headers
# proxy_pass_request_body off;