This commit is contained in:
zino
2023-12-05 21:29:36 +01:00
parent 056d5e2fb2
commit 9462bb3fe1

View File

@@ -38,7 +38,7 @@ server {
location = /validate {
# forward the /validate request to Vouch Proxy
proxy_pass http://vouch:9090/validate;
proxy_pass http://vouch:9090;
# be sure to pass the original host header
proxy_set_header Host $http_host;