Update the nginx config to allow for super long pushes.

This commit is contained in:
yackob03 2013-11-15 14:03:26 -05:00
parent deb756ea34
commit 605db52c84

View file

@ -61,6 +61,7 @@ http {
proxy_buffering off;
proxy_pass http://app_server;
proxy_read_timeout 2000;
}
}
}