X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fnginx.sh;h=1ac1d3f428e2d9eda206e084ead94ec6f4abbab9;hb=49fa32692f41af51f37d6c569906552d37fcc8f9;hp=74009f5bd4ba261e2f9fed6026dbf91bb9d37703;hpb=0e21cfca2c8cd9cf9d06480d0f6e0b8e7535808d;p=yardstick.git diff --git a/docker/nginx.sh b/docker/nginx.sh index 74009f5bd..1ac1d3f42 100755 --- a/docker/nginx.sh +++ b/docker/nginx.sh @@ -20,6 +20,7 @@ server { index index.htm index.html; location / { include uwsgi_params; + client_max_body_size 2000m; uwsgi_pass unix:///var/run/yardstick.sock; }