NSB: MultiPortConfig adjust start_core
[yardstick.git] / docker / nginx.sh
index 26937d1..1ac1d3f 100755 (executable)
@@ -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