mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
Increased proxy timeout in gatekeeper
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user