bugfix: tc063 fails to get the correct result in ubuntu node
[yardstick.git] / docker / nginx.sh
index 26937d1..74009f5 100755 (executable)
@@ -26,6 +26,10 @@ server {
     location /gui/ {
         alias /etc/nginx/yardstick/gui/;
     }
+
+    location /report/ {
+        alias /tmp/;
+    }
 }
 EOF
 fi