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