diff --git a/volumes/conf.d/validate.vouch.armos.zinomedia.de.conf b/volumes/conf.d/validate.vouch.armos.zinomedia.de.conf index 2727ed7..3012b67 100644 --- a/volumes/conf.d/validate.vouch.armos.zinomedia.de.conf +++ b/volumes/conf.d/validate.vouch.armos.zinomedia.de.conf @@ -23,7 +23,7 @@ server { proxy_pass http://vouch:9090/validate; # 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 # proxy_pass_request_body off; @@ -43,9 +43,9 @@ server { # proxy_set_header X-Forwarded-Host $http_host; } - location / { - return 301 https://google.com; - } + # location / { + # return 301 https://google.com; + # } # location /auth { # return 302 https://google.com;