From: Ward Vandewege Date: Wed, 11 May 2022 18:45:39 +0000 (-0400) Subject: 19126: update the nginx template used by our tests and arvados-server X-Git-Tag: 2.5.0~177^2~5 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/8e43dcf899a3322e66c709b149ce557f5255bf18 19126: update the nginx template used by our tests and arvados-server boot. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/sdk/python/tests/nginx.conf b/sdk/python/tests/nginx.conf index 4d1e06613a..7fe55259f6 100644 --- a/sdk/python/tests/nginx.conf +++ b/sdk/python/tests/nginx.conf @@ -30,6 +30,8 @@ http { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; proxy_redirect off; + proxy_request_buffering off; + proxy_max_temp_file_size 0; } } upstream arv-git-http {