Browse Source

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

tfb 11 years ago
parent
commit
fd5f63b8a2
1 changed files with 1 additions and 0 deletions
  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.