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:
commit
b0efc2ef36
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue