Merge pull request #1388 from coreos-inc/increase-v2-timeout
Increase read timeout on V2 to match V1
This commit is contained in:
commit
feabfa38ff
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ location ~ ^/v2 {
|
|||
|
||||
proxy_request_buffering off;
|
||||
|
||||
proxy_read_timeout 300;
|
||||
proxy_read_timeout 2000;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
||||
|
|
Reference in a new issue