parent
6b94210616
commit
9c59939401
7 changed files with 64 additions and 2 deletions
@ -0,0 +1,2 @@ |
||||
TEMPLATE_PATH="/etc/php-fpm.conf" |
||||
MORE_DATA={ PHP_VERSION => 70, FPM_POOL_DIR => "/etc/opt/remi/php70/php-fpm.d" } |
@ -0,0 +1,2 @@ |
||||
TEMPLATE_PATH="/etc/php-fpm.d/www.conf" |
||||
MORE_DATA={ PHP_VERSION => 70, FPM_POOL_DIR => "/etc/opt/remi/php70/php-fpm.d" } |
@ -0,0 +1,2 @@ |
||||
TEMPLATE_PATH="/etc/php-fpm.conf" |
||||
MORE_DATA={ PHP_VERSION => 71, FPM_POOL_DIR => "/etc/opt/remi/php71/php-fpm.d" } |
@ -0,0 +1,2 @@ |
||||
TEMPLATE_PATH="/etc/php-fpm.d/www.conf" |
||||
MORE_DATA={ PHP_VERSION => 71, FPM_POOL_DIR => "/etc/opt/remi/php71/php-fpm.d" } |
Loading…
Reference in new issue