18700: Fix max keepproxy request body size.
[arvados.git] / sdk / python / tests / nginx.conf
index dd6b3e6bbac4f33faeb5ec522fe0dda09b0446d0..4d1e06613a5fd49273e542d1dde7f1b5cef46a0e 100644 (file)
@@ -63,6 +63,7 @@ http {
       proxy_set_header X-Forwarded-Proto https;
       proxy_redirect off;
 
+      client_max_body_size 67108864;
       proxy_http_version 1.1;
       proxy_request_buffering off;
     }