added timeout configuration

This commit is contained in:
Asif Bacchus 2019-01-04 01:53:23 -07:00
parent f0c7236259
commit 96362f704c
1 changed files with 8 additions and 0 deletions

8
conf.d/timeouts.conf Normal file
View File

@ -0,0 +1,8 @@
#######
### NGINX configurations - timeouts
#######
client_body_timeout 12s;
client_header_timeout 12s;
keepalive_timeout 15s;
send_timeout 10s;