Ensure each php-fpm master uses a different PID file

This commit is contained in:
Daniel Berteaud 2017-07-05 23:08:13 +02:00
parent e4668215ad
commit 4c0439a2a8
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
pid = /var/run/php-fpm/{ ($PHP_VERSION ne '' ) ? 'php' . $PHP_VERSION . '-' : '' }php-fpm.pid
pid = /var/run/php-fpm/php{ $PHP_VERSION }-fpm.pid