Merge pull request #2072 from coreos-inc/wamp-read-timeout

Change read timeout on WAMP to 5 min
This commit is contained in:
josephschorr 2016-11-01 16:09:15 -04:00 committed by GitHub
commit a2fbe1d6c0

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;
}