소스 검색

only log warnings, to avoid 20GB of logs

Josh Bicking 4 년 전
부모
커밋
8e177adaff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/web/compose/conf.d/proxy_timeout.conf

+ 1 - 1
templates/web/compose/conf.d/proxy_timeout.conf

@@ -8,4 +8,4 @@ send_timeout                3000;
 
 rewrite_log on;
 
-error_log /var/log/nginx/localhost.error_log notice;
+error_log /var/log/nginx/localhost.error_log warn;