Update index.py

pull/522/head
Mr Chen 1 year ago
parent d408d56826
commit 727a7872a7
  1. 4
      plugins/php/index.py

@ -79,8 +79,8 @@ def getConf(version):
return path
def getFpmConfFile(version):
return getServerDir() + '/' + version + '/etc/php-fpm.d/www.conf'
def getFpmConfFile(version, pool='www'):
return getServerDir() + '/' + version + '/etc/php-fpm.d/'+www+'.conf'
def getFpmFile(version):
return getServerDir() + '/' + version + '/etc/php-fpm.conf'

Loading…
Cancel
Save