Merge pull request #1876 from coreos-inc/timeouts

Set the proxy_read_timeout for the builder web socket to be much higher
This commit is contained in:
josephschorr 2016-09-27 16:34:58 +02:00 committed by GitHub
commit b0efc2ef36

View file

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