diff --git a/plugins/php/index.py b/plugins/php/index.py index c958a896f..bfcf8e58b 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -80,7 +80,7 @@ def getConf(version): def getFpmConfFile(version, pool='www'): - return getServerDir() + '/' + version + '/etc/php-fpm.d/'+www+'.conf' + return getServerDir() + '/' + version + '/etc/php-fpm.d/'+pool+'.conf' def getFpmFile(version): return getServerDir() + '/' + version + '/etc/php-fpm.conf'