Merge pull request #1388 from coreos-inc/increase-v2-timeout

Increase read timeout on V2 to match V1
This commit is contained in:
josephschorr 2016-04-20 12:29:30 -04:00
commit feabfa38ff

View file

@ -64,7 +64,7 @@ location ~ ^/v2 {
proxy_request_buffering off;
proxy_read_timeout 300;
proxy_read_timeout 2000;
proxy_http_version 1.1;