xiaofei 1 tahun lalu
induk
melakukan
c5e917d323
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
 		}