From 7ca6438c8e2dd01b6477ebcaf1459ec8df18744b Mon Sep 17 00:00:00 2001 From: rhy-jot Date: Sat, 17 Aug 2013 19:53:44 -0700 Subject: [PATCH] Output error log to stderr --- conf/nginx.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf.erb b/conf/nginx.conf.erb index ea87722..3c6008d 100644 --- a/conf/nginx.conf.erb +++ b/conf/nginx.conf.erb @@ -1,5 +1,5 @@ worker_processes 1; -error_log error.log; +error_log stderr; pid nginx.pid; daemon off;