Explorar el Código

Force PHP-FPM to use error_log=syslog

Emmanuel Bouthenot hace 10 años
padre
commit
c14fbd9e16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"