diff --git a/conf.d/timeouts.conf b/conf.d/timeouts.conf new file mode 100644 index 0000000..8c12c66 --- /dev/null +++ b/conf.d/timeouts.conf @@ -0,0 +1,8 @@ +####### +### NGINX configurations - timeouts +####### + +client_body_timeout 12s; +client_header_timeout 12s; +keepalive_timeout 15s; +send_timeout 10s;