This commit is contained in:
zino
2023-12-05 18:09:33 +01:00
parent ac69a4fc7a
commit d1797993d8

View File

@@ -29,7 +29,6 @@ server {
# forward the /validate request to Vouch Proxy
#proxy_pass http://vouch:9090/validate;
proxy_pass https://validate.vouch.zinomedia.de
@@ -51,6 +50,8 @@ server {
#resolver 127.0.0.11;
#set $upstream 'http://vouch:9090/validate';
#proxy_pass $upstream;
proxy_pass http://validate.vouch.zinomedia.de
}
# if validate returns `401 not authorized` then forward the request to the error401block