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)