ops: Increase nginx proxy_read_timeout to 2m

This commit is contained in:
wiz
2024-01-13 12:22:38 +09:00
parent fdd14fd6dc
commit 2ca6dc51da

View File

@@ -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;