nginx-basic/etc/nginx/conf.d/timeouts.conf

9 lines
146 B
Plaintext
Raw Normal View History

2019-01-04 01:53:23 -07:00
#######
### NGINX configurations - timeouts
#######
client_body_timeout 12s;
client_header_timeout 12s;
keepalive_timeout 15s;
send_timeout 10s;