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;
         charset utf-8;
 
-        # ֪ѧ֪¿¼
         location ^~ / {
 			root  ../../teachcloud/web/print/;
 			index  index.html index.htm;
 			try_files $uri $uri/ /index.html;
 		}
 
-		# Ôľí¶Ë
         location /mark/ {
             alias  ../../teachcloud/web/mark/;
             index  index.html index.htm;