Update index.py

pull/121/head
midoks 3 years ago
parent 21c23f98a1
commit 0a542047ea
  1. 2
      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)

Loading…
Cancel
Save