13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
#######
|
|
### NGINX configurations - timeouts
|
|
#######
|
|
|
|
client_body_timeout 12;
|
|
client_header_timeout 12;
|
|
keepalive_timeout 15;
|
|
send_timeout 300;
|
|
reset_timedout_connection on;
|
|
proxy_connect_timeout 300s;
|
|
proxy_send_timeout 300s;
|
|
proxy_read_timeout 300s;
|