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'