18976: crunch-dispatch-local needs arv-mount to be present.
[arvados.git] / 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;