Browse Source

error_log stderr

Gerard Roche 11 years ago
parent
commit
eb6b8f1266
1 changed files with 1 additions and 0 deletions
  1. 1 0
      php-zend-framework/deploy/nginx.conf

+ 1 - 0
php-zend-framework/deploy/nginx.conf

@@ -4,6 +4,7 @@ worker_processes  8;
 #error_log  logs/error.log;
 #error_log  logs/error.log  notice;
 #error_log  logs/error.log  info;
+error_log stderr error;
 
 #pid        logs/nginx.pid;