xiatian 8 months ago
parent
commit
26f4f56821
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/nginx/scan_central.conf

+ 1 - 1
install/nginx/scan_central.conf

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