forked from ISTI-ansible-roles/ansible-roles
Fix the path of the php-fpm pid, it is now used by the systemd unit.
This commit is contained in:
parent
172373fb5c
commit
1060ef9300
|
@ -17,7 +17,7 @@
|
|||
[global]
|
||||
; Pid file
|
||||
; Default Value: none
|
||||
pid = /var/run/php5-fpm.pid
|
||||
pid = /run/php/php{{ php_version }}-fpm.pid
|
||||
|
||||
; Error log file
|
||||
; If it's set to "syslog", log is sent to syslogd instead of being written
|
||||
|
|
Loading…
Reference in New Issue