From: Tom Clegg Date: Mon, 19 Apr 2021 22:04:14 +0000 (-0400) Subject: 17566: Allow large request bodies in integration tests. X-Git-Tag: 2.2.0~59^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/6d7fd23008a061fe8c355f5c0315290a2a97f05b?hp=d3c60bd8a33f6b23611155e836a783ab236a76b8 17566: Allow large request bodies in integration tests. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/sdk/python/tests/nginx.conf b/sdk/python/tests/nginx.conf index a4336049f2..35b780071a 100644 --- a/sdk/python/tests/nginx.conf +++ b/sdk/python/tests/nginx.conf @@ -24,6 +24,7 @@ http { server_name controller ~.*; ssl_certificate "{{SSLCERT}}"; ssl_certificate_key "{{SSLKEY}}"; + client_max_body_size 0; location / { proxy_pass http://controller; proxy_set_header Host $http_host;