ops: Increase nginx proxy_read_timeout to 2m
This commit is contained in:
parent
fdd14fd6dc
commit
2ca6dc51da
@ -19,6 +19,8 @@ client_header_timeout 10s;
|
||||
keepalive_timeout 69s;
|
||||
# maximum time between packets nginx is allowed to pause when sending the client data
|
||||
send_timeout 69s;
|
||||
# maximum time to wait for response from upstream backends
|
||||
proxy_read_timeout 120s;
|
||||
|
||||
# number of requests per connection, does not affect SPDY
|
||||
keepalive_requests 1337;
|
||||
|
Loading…
x
Reference in New Issue
Block a user