xiaofei hace 1 año
padre
commit
c5e917d323
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 		}