X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08c80b2ba6a8fc090d2e998dfcf2f280c8508019..e9ccdda4ebf616ece6a04e059f20e38414df3e5b:/sdk/python/tests/nginx.conf 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;