17566: Allow large request bodies in integration tests.
authorTom Clegg <tom@curii.com>
Mon, 19 Apr 2021 22:04:14 +0000 (18:04 -0400)
committerTom Clegg <tom@curii.com>
Tue, 20 Apr 2021 13:17:32 +0000 (09:17 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

sdk/python/tests/nginx.conf

index a4336049f2447bd18cf396cbec0b76e7cdf69356..35b780071a356f5bb7ab38e053798908b0dafe6b 100644 (file)
@@ -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;