From: Silvio Rhatto Date: Tue, 11 Dec 2012 20:58:41 +0000 (-0200) Subject: Increasing proxy_read_timeout X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=acf5e40d9b38de5be299f876d0e6c221ccebbe30;p=puppet-nginx.git Increasing proxy_read_timeout --- diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb index 23077b0..aa35874 100644 --- a/templates/nginx.conf.erb +++ b/templates/nginx.conf.erb @@ -21,6 +21,7 @@ http { #keepalive_timeout 0; keepalive_timeout 65; + proxy_read_timeout 120; tcp_nodelay on; gzip on;