Increase read timeout on V2 to match V1

Fixes #1377
This commit is contained in:
Joseph Schorr 2016-04-19 17:52:54 -04:00
parent b0cc55276f
commit 1264c6330e

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;