X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fnginx.sh;h=1ac1d3f428e2d9eda206e084ead94ec6f4abbab9;hb=f5a96ffd959b11a122c4beea1fc99c89f755678c;hp=74009f5bd4ba261e2f9fed6026dbf91bb9d37703;hpb=b88e1a41c01a34d08ba3a0e201d0603b35ee4fba;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; }