From 943da96adafba03a6f8d7a59246a25009e653bb9 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 1 Dec 2017 17:59:55 -0500 Subject: [PATCH] Changed connect_timeout to nginx recommended setting --- nginx/nginx-ssl.conf.template | 2 +- nginx/nginx.conf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx-ssl.conf.template b/nginx/nginx-ssl.conf.template index 30083c71..c9f55c3e 100644 --- a/nginx/nginx-ssl.conf.template +++ b/nginx/nginx-ssl.conf.template @@ -46,7 +46,7 @@ http { keepalive_timeout 5; - proxy_connect_timeout 300000s; + proxy_connect_timeout 60s; proxy_read_timeout 300000s; # path for static files diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 77444576..ae494cce 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -35,7 +35,7 @@ http { keepalive_timeout 5; - proxy_connect_timeout 300000s; + proxy_connect_timeout 60s; proxy_read_timeout 300000s; # path for static files