PHP-00 配置文件支持

This commit is contained in:
Mr Chen 2019-04-02 13:30:27 +08:00
parent b1a8c8c440
commit 0820a5e245
1 changed files with 1 additions and 1 deletions

View File

@ -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'