소스 검색

fix:教研分析3.3.0安装包

caozixuan 1 년 전
부모
커밋
588611fd18
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      teachcloud-report/install/nginx/teachreport.conf

+ 1 - 0
teachcloud-report/install/nginx/teachreport.conf

@@ -1,5 +1,6 @@
 server {
         listen 7500;
+        access_log off;
 
         location /api/ {
             proxy_pass http://127.0.0.1:7580;