This commit is contained in:
zino
2023-12-05 18:11:53 +01:00
parent ccb81d8b02
commit f169a5e8f0

View File

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