This commit is contained in:
zino
2023-12-05 18:41:44 +01:00
parent 5cf5e9bc09
commit 94fc90b172

View File

@@ -16,9 +16,9 @@ server {
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
location / {
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;