Browse Source

3.3.0 fix

xiaofei 1 year ago
parent
commit
c5e917d323
1 changed files with 1 additions and 1 deletions
  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;
         charset utf-8;
  
  
         location ^~ / {
         location ^~ / {
-                root  ../../teachcloud/web;
+                root  ../../teachcloud/web/print/;
                 try_files $uri $uri/ /index.html;
                 try_files $uri $uri/ /index.html;
 		}
 		}