diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nginx.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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; |