Browse Source

Force PHP-FPM to use error_log=syslog

Emmanuel Bouthenot 10 years ago
parent
commit
c14fbd9e16
1 changed files with 1 additions and 1 deletions
  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"