m
This commit is contained in:
@@ -47,7 +47,7 @@ server {
|
|||||||
auth_request_set $auth_resp_err $upstream_http_x_vouch_err;
|
auth_request_set $auth_resp_err $upstream_http_x_vouch_err;
|
||||||
auth_request_set $auth_resp_failcount $upstream_http_x_vouch_failcount;
|
auth_request_set $auth_resp_failcount $upstream_http_x_vouch_failcount;
|
||||||
|
|
||||||
resolver 127.0.0.11 valid=1s;
|
resolver 127.0.0.11 valid=60s ipv6=off;
|
||||||
resolver_timeout 10s;
|
resolver_timeout 10s;
|
||||||
set $upstream "http://vouch:9090/validate";
|
set $upstream "http://vouch:9090/validate";
|
||||||
proxy_pass $upstream;
|
proxy_pass $upstream;
|
||||||
|
|||||||
Reference in New Issue
Block a user