xiatian před 8 měsíci
rodič
revize
26f4f56821
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
         }