Quellcode durchsuchen

fix:教研分析3.3.0安装包

caozixuan vor 1 Jahr
Ursprung
Commit
588611fd18
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;