Nginx 逻辑修改bug处理

pull/355/head
wulabing 2019-11-24 01:32:32 +08:00
parent 49f11cc254
commit a19479518d
1 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,8 @@ judge "Nginx 配置修改"
}
start_process_systemd(){
systemctl daemon-reload
### nginx服务在安装完成后会自动启动。需要通过restart或reload重新加载配置
systemctl restart nginx
judge "Nginx 启动"