Parcourir la source

Force PHP-FPM to use error_log=syslog

Emmanuel Bouthenot il y a 10 ans
Parent
commit
c14fbd9e16
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"