From a19479518daef0c8f8c6aaa7f69dc36c0ca4caec Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 24 Nov 2019 01:32:32 +0800 Subject: [PATCH] =?UTF-8?q?Nginx=20=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9bug?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 560a5b4..672b4c9 100644 --- a/install.sh +++ b/install.sh @@ -400,6 +400,8 @@ judge "Nginx 配置修改" } start_process_systemd(){ + systemctl daemon-reload + ### nginx服务在安装完成后会自动启动。需要通过restart或reload重新加载配置 systemctl restart nginx judge "Nginx 启动"