From 0a542047ea651b363fbad23f5b8af1ff4bcbde44 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 7 Jul 2022 17:23:37 +0800 Subject: [PATCH] Update index.py --- plugins/php-yum/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-yum/index.py b/plugins/php-yum/index.py index f94744628..36d4da4b9 100755 --- a/plugins/php-yum/index.py +++ b/plugins/php-yum/index.py @@ -453,7 +453,7 @@ def checkFpmStatusFile(version): if not mw.isInstalledWeb(): return False - dfile = getServerDir() + '/nginx/conf/php_status/phpfpm_status_' + version + '.conf' + dfile = getServerDir() + '/nginx/conf/php_status/phpfpm_status_yum' + version + '.conf' if not os.path.exists(dfile): tpl = getPluginDir() + '/conf/phpfpm_status.conf' content = mw.readFile(tpl)