diff --git a/library/roles/php-fpm/templates/php-fpm.conf.j2 b/library/roles/php-fpm/templates/php-fpm.conf.j2 index dfb2c2a..692d354 100644 --- a/library/roles/php-fpm/templates/php-fpm.conf.j2 +++ b/library/roles/php-fpm/templates/php-fpm.conf.j2 @@ -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