浏览代码

3.3.0 fix

xiaofei 1 年之前
父节点
当前提交
3f71b9af15
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      distributed-print/install/nginx/teachcloud.conf

+ 0 - 2
distributed-print/install/nginx/teachcloud.conf

@@ -2,14 +2,12 @@ server {
         listen 7400;
         listen 7400;
         charset utf-8;
         charset utf-8;
 
 
-        # ֪ѧ֪¿¼
         location ^~ / {
         location ^~ / {
 			root  ../../teachcloud/web/print/;
 			root  ../../teachcloud/web/print/;
 			index  index.html index.htm;
 			index  index.html index.htm;
 			try_files $uri $uri/ /index.html;
 			try_files $uri $uri/ /index.html;
 		}
 		}
 
 
-		# Ôľí¶Ë
         location /mark/ {
         location /mark/ {
             alias  ../../teachcloud/web/mark/;
             alias  ../../teachcloud/web/mark/;
             index  index.html index.htm;
             index  index.html index.htm;