nginx-basic/conf.d/timeouts.conf
2019-01-04 01:53:23 -07:00

9 lines
146 B
Plaintext

#######
### NGINX configurations - timeouts
#######
client_body_timeout 12s;
client_header_timeout 12s;
keepalive_timeout 15s;
send_timeout 10s;