From 727a7872a7f3ff2d8f3981805d8b06d77cc20685 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 10 Jan 2024 14:52:19 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index e50923b7b..c958a896f 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -79,8 +79,8 @@ def getConf(version): return path -def getFpmConfFile(version): - return getServerDir() + '/' + version + '/etc/php-fpm.d/www.conf' +def getFpmConfFile(version, pool='www'): + return getServerDir() + '/' + version + '/etc/php-fpm.d/'+www+'.conf' def getFpmFile(version): return getServerDir() + '/' + version + '/etc/php-fpm.conf'