This commit is contained in:
zino
2023-12-06 00:01:24 +01:00
parent 850de71c4d
commit cbf7924e63

View File

@@ -28,10 +28,10 @@ server {
location = /validate { location = /validate {
internal; internal;
proxy_pass "http://validate.vouch.armos.zinomedia.de/validate"; proxy_pass "https://validate.vouch.armos.zinomedia.de/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;
# 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;