From 190fc88d4f7f8f66c942cadb2ff7185a9cfaf5b5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 10 Jan 2024 22:23:44 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'