From acf5e40d9b38de5be299f876d0e6c221ccebbe30 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Dec 2012 18:58:41 -0200 Subject: Increasing proxy_read_timeout --- templates/nginx.conf.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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; -- cgit v1.2.3