This commit is contained in:
zino
2023-12-05 16:55:44 +01:00
parent 3018f6db60
commit 9586f4e1ed

View File

@@ -48,8 +48,8 @@ server {
auth_request_set $auth_resp_failcount $upstream_http_x_vouch_failcount;
resolver 127.0.0.11;
set $upstream "vouch:9090/validate";
proxy_pass http://$upstream;
set $upstream "http://172.18.0.3:9090/validate";
proxy_pass $upstream;
}
# if validate returns `401 not authorized` then forward the request to the error401block