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;