@@ -4,6 +4,11 @@ server {
proxy_read_timeout 300s;
proxy_connect_timeout 300s;
proxy_send_timeout 300s;
+
+ location / {
+ root ../../markingcet/web;
+ try_files $uri $uri/ /index.html;
+ }
location /file/ {
alias ../../scancentral/static/;