default timeouts for compatibility

This commit is contained in:
Asif Bacchus 2019-06-03 21:05:37 -06:00
parent 5d54227fbf
commit acd7e78108
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
### NGINX configurations - timeouts
#######
client_body_timeout 12;
client_header_timeout 12;
keepalive_timeout 15;
client_body_timeout 60;
client_header_timeout 60;
keepalive_timeout 65;
send_timeout 300;
reset_timedout_connection on;
proxy_connect_timeout 300s;