소스 검색

error_log stderr

Gerard Roche 11 년 전
부모
커밋
eb6b8f1266
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;