Output error log to stderr

This commit is contained in:
rhy-jot 2013-08-17 19:53:44 -07:00
parent 070274df73
commit 7ca6438c8e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
worker_processes 1;
error_log error.log;
error_log stderr;
pid nginx.pid;
daemon off;