xiatian пре 8 месеци
родитељ
комит
26f4f56821
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install/nginx/scan_central.conf

+ 1 - 1
install/nginx/scan_central.conf

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