This commit is contained in:
zino
2023-12-05 17:18:09 +01:00
parent 87f36664e3
commit f4a773ef07

View File

@@ -49,8 +49,8 @@ server {
resolver 127.0.0.11 valid=60s ipv6=off;
resolver_timeout 10s;
set $upstream "http://vouch:9090/validate";
proxy_pass $upstream;
set $upstream vouch;
proxy_pass http://$upstream:9090/validate;
}
# if validate returns `401 not authorized` then forward the request to the error401block