소스 검색

Force PHP-FPM to use error_log=syslog

Emmanuel Bouthenot 10 년 전
부모
커밋
c14fbd9e16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/webserver/templates/fpm/default.j2

+ 1 - 1
roles/webserver/templates/fpm/default.j2

@@ -5,4 +5,4 @@
 #
 # fpm default file for php5-fpm init script
 #
-DAEMON_ARGS="--fpm-config /etc/php5/fpm/php-fpm-custom.conf"
+DAEMON_ARGS="--fpm-config /etc/php5/fpm/php-fpm-custom.conf --define error_log=syslog"