Переглянути джерело

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.