m
This commit is contained in:
@@ -49,8 +49,8 @@ server {
|
|||||||
|
|
||||||
resolver 127.0.0.11 valid=60s ipv6=off;
|
resolver 127.0.0.11 valid=60s ipv6=off;
|
||||||
resolver_timeout 10s;
|
resolver_timeout 10s;
|
||||||
set $upstream vouch;
|
set $upstream vouch:9090;
|
||||||
proxy_pass http://$upstream:9090/validate;
|
proxy_pass http://$upstream/validate;
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user