From 96362f704c121e01c22376083c5cc17403764a53 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 4 Jan 2019 01:53:23 -0700 Subject: [PATCH] added timeout configuration --- conf.d/timeouts.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf.d/timeouts.conf 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;