Change read timeout on WAMP to 5 min

This commit is contained in:
Joseph Schorr 2016-11-01 16:07:17 -04:00
parent d6e200f09a
commit 5109f4a04e

View file

@ -157,5 +157,5 @@ location ~ ^/b1/socket(/?)(.*) {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_read_timeout 2000;
proxy_read_timeout 300;
}