xiaofei 1 år sedan
förälder
incheckning
c5e917d323
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      distributed-print/install/nginx/teachcloud.conf

+ 1 - 1
distributed-print/install/nginx/teachcloud.conf

@@ -3,7 +3,7 @@ server {
         charset utf-8;
  
         location ^~ / {
-                root  ../../teachcloud/web;
+                root  ../../teachcloud/web/print/;
                 try_files $uri $uri/ /index.html;
 		}