From 9f3da9550d4d81a9988ca7a6e3862e413e407edd Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Wed, 10 Nov 2021 15:42:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(nginx):=20=E4=BF=AE=E6=94=B9path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a5db3ae..1e7ebe7 100644 --- a/install.sh +++ b/install.sh @@ -186,7 +186,7 @@ initVar() { BTPanelStatus= # nginx配置文件路径 - nginxConfigPath=${nginxConfigPath} + nginxConfigPath=/etc/nginx/conf.d/ } # 检测安装方式