Quellcode durchsuchen

Force PHP-FPM to use error_log=syslog

Emmanuel Bouthenot vor 10 Jahren
Ursprung
Commit
c14fbd9e16
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"