PHP-00 配置文件支持
This commit is contained in:
parent
b1a8c8c440
commit
0820a5e245
|
|
@ -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…
Reference in New Issue