From cd48a580af402068faf037a08618cd310e9398e5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 13 Jun 2024 23:36:59 +0800 Subject: [PATCH] Update php-fpm.conf --- plugins/php-yum/conf/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-yum/conf/php-fpm.conf b/plugins/php-yum/conf/php-fpm.conf index 4f7233a05..9d67358cf 100644 --- a/plugins/php-yum/conf/php-fpm.conf +++ b/plugins/php-yum/conf/php-fpm.conf @@ -1,4 +1,4 @@ [global] -pid = /etc/opt/remi/php{$PHP_VERSION}-fpm.pid +pid = /var/opt/remi/php{$PHP_VERSION}/run/php-fpm/php-fpm.pid include=/etc/opt/remi/{$PHP_VERSION}/php-fpm.d/*.conf php_value[auto_prepend_file]={$SERVER_PATH}/php-yum/app_start.php \ No newline at end of file