X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fnginx.sh;h=1ac1d3f428e2d9eda206e084ead94ec6f4abbab9;hb=a7c1d2a9ea76951dbf9ec5e14fa9413156232f4a;hp=26937d134ad3dfdd0aa16cc3855e73f820b3df65;hpb=54f26bfe1cb139545ab86450342c6a7ab520dd83;p=yardstick.git diff --git a/docker/nginx.sh b/docker/nginx.sh index 26937d134..1ac1d3f42 100755 --- a/docker/nginx.sh +++ b/docker/nginx.sh @@ -20,12 +20,17 @@ server { index index.htm index.html; location / { include uwsgi_params; + client_max_body_size 2000m; uwsgi_pass unix:///var/run/yardstick.sock; } location /gui/ { alias /etc/nginx/yardstick/gui/; } + + location /report/ { + alias /tmp/; + } } EOF fi