Remove useless PID_DIR from MORE_DATA

This commit is contained in:
Daniel Berteaud 2017-07-06 19:10:51 +02:00
parent 2e76904ff8
commit 998315223b
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
TEMPLATE_PATH="/etc/php-fpm.conf"
MORE_DATA={ PHP_VERSION => 56, PID_DIR => "/opt/remi/php56/root/var/run/php-fpm", FPM_POOL_DIR => "/opt/remi/php56/root/etc/php-fpm.d" }
MORE_DATA={ PHP_VERSION => 56, FPM_POOL_DIR => "/opt/remi/php56/root/etc/php-fpm.d" }