diff --git a/plugins/php-yum/conf/php-fpm.conf b/plugins/php-yum/conf/php-fpm.conf index 9d67358cf..6152806c0 100644 --- a/plugins/php-yum/conf/php-fpm.conf +++ b/plugins/php-yum/conf/php-fpm.conf @@ -1,4 +1,4 @@ [global] pid = /var/opt/remi/php{$PHP_VERSION}/run/php-fpm/php-fpm.pid -include=/etc/opt/remi/{$PHP_VERSION}/php-fpm.d/*.conf +include=/etc/opt/remi/php{$PHP_VERSION}/php-fpm.d/*.conf php_value[auto_prepend_file]={$SERVER_PATH}/php-yum/app_start.php \ No newline at end of file