ソースを参照

Turn off error logging for all frameworks dependent on config/nginx_uwsgi.conf

tfb 12 年 前
コミット
fd5f63b8a2
1 ファイル変更1 行追加0 行削除
  1. 1 0
      config/nginx_uwsgi.conf

+ 1 - 0
config/nginx_uwsgi.conf

@@ -2,6 +2,7 @@
 
 # One worker process per core
 worker_processes auto;
+error_log /dev/null crit;
 
 events {
     # This needed to be increased because the nginx error log said so.