PHP-00 配置文件支持

pull/109/head
Mr Chen 6 years ago
parent b1a8c8c440
commit 0820a5e245
  1. 2
      plugins/php/index.py

@ -143,7 +143,7 @@ def makeOpenrestyConf():
content = public.readFile(tpl)
content = contentReplace(content, version)
public.writeFile(dfile, content)
public.restartWeb()
public.restartWeb()
def phpFpmReplace(version):
desc_php_fpm = getServerDir() + '/' + version + '/etc/php-fpm.conf'

Loading…
Cancel
Save