Compare commits
2 Commits
0c1922d28e
...
d32b9f5942
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d32b9f5942 | ||
|
|
1e73551f4b |
@@ -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 "";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user