Increased proxy timeout in gatekeeper

This commit is contained in:
kexkey
2019-03-22 11:47:56 -04:00
committed by kexkey
parent db131b0149
commit b8604f6bc2

View File

@@ -17,6 +17,13 @@ server {
location /v0/ {
auth_request /auth;
proxy_pass http://proxy:8888/;
# Up default 60 second timeout for 2 minutes
proxy_connect_timeout 120;
proxy_send_timeout 120;
proxy_read_timeout 120;
send_timeout 120;
}
location /auth {