mirror of https://github.com/wulabing/Xray_onekey
Nginx 逻辑修改bug处理
parent
49f11cc254
commit
a19479518d
|
@ -400,6 +400,8 @@ judge "Nginx 配置修改"
|
||||||
}
|
}
|
||||||
|
|
||||||
start_process_systemd(){
|
start_process_systemd(){
|
||||||
|
systemctl daemon-reload
|
||||||
|
|
||||||
### nginx服务在安装完成后会自动启动。需要通过restart或reload重新加载配置
|
### nginx服务在安装完成后会自动启动。需要通过restart或reload重新加载配置
|
||||||
systemctl restart nginx
|
systemctl restart nginx
|
||||||
judge "Nginx 启动"
|
judge "Nginx 启动"
|
||||||
|
|
Loading…
Reference in New Issue