Commit 46a64529 by source_reader

increased timeout to 5 minutes for idle connections to support long running pipes

parent a457584e
Showing with 2 additions and 0 deletions
...@@ -61,6 +61,8 @@ http { ...@@ -61,6 +61,8 @@ http {
## ##
# Site Settings # Site Settings
## ##
proxy_read_timeout 300; # pipes can be idle up to 5 minutes
proxy_send_timeout 300;
include /etc/nginx/map.conf; include /etc/nginx/map.conf;
server{ server{
listen 80; listen 80;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment