Put PID in global /var/run/php-fpm dir

tags/0.0.1_0.fc26_el5
Daniel Berteaud 8 years ago
parent e4f19a7def
commit b9b738be06
  1. 2
      root/etc/e-smith/templates/etc/php-fpm.conf/030Pid

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

Loading…
Cancel
Save