瀏覽代碼

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.