@@ -6,7 +6,7 @@ server {
proxy_send_timeout 300s;
location / {
- root ../../markingcet/web;
+ root ../../scancentral/web;
try_files $uri $uri/ /index.html;
}