소스 검색

3.3.0 fix

xiaofei 1 년 전
부모
커밋
c5e917d323
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 		}