Ensure each php-fpm master uses a different PID file

tags/0.0.1_0.fc26_el5
Daniel Berteaud 7 years ago
parent e4668215ad
commit 4c0439a2a8
  1. 2
      root/etc/e-smith/templates/etc/php-fpm.conf/030Pid

@ -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

Loading…
Cancel
Save