xiaofei hace 1 año
padre
commit
3f71b9af15
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;