Browse Source

remove logging to stderr

Paul Liverman III 6 years ago
parent
commit
aa00d61ea4
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      nginx.conf

+ 0
- 1
nginx.conf View File

@@ -1,5 +1,4 @@
1 1
 worker_processes ${{NUM_WORKERS}};
2
-error_log stderr notice; # PROBLEM
3 2
 daemon on;
4 3
 pid logs/nginx.pid;
5 4