Output error log to stderr

Esse commit está contido em:
rhy-jot
2013-08-17 19:53:44 -07:00
commit 7ca6438c8e
+1 -1
Ver Arquivo
@@ -1,5 +1,5 @@
worker_processes 1;
error_log error.log;
error_log stderr;
pid nginx.pid;
daemon off;