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