From 9026cabb5b2dac5c67c0b1e8d6b9277c1c0c8408 Mon Sep 17 00:00:00 2001 From: vitaminx <65588810+vitaminx@users.noreply.github.com> Date: Wed, 1 Jul 2020 13:27:34 +0800 Subject: [PATCH] =?UTF-8?q?nginx=E9=85=8D=E7=BD=AE=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gdutilsinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdutilsinstall.sh b/gdutilsinstall.sh index 8b80621..d8229f6 100644 --- a/gdutilsinstall.sh +++ b/gdutilsinstall.sh @@ -177,7 +177,7 @@ server_name $YOUR_BOT_SERVER_NAME; location / { proxy_pass http://127.0.0.1:23333/; } -}" > ${nginx_conf}gdutilsbot && +}" > ${nginx_conf}gdutilsbot.conf && $rm_nginx_default ls && @@ -218,4 +218,4 @@ rm -f gdutilsinstall_other.sh # 4-查询过程中输出方式不要每次都输出一次,可以固定+数字变化 # 5-命令参数可加在ID前或后,如果非要固定一种的话就加在ID之前 # 6-命令行也改为默认sa模式 -############################################################################ \ No newline at end of file +############################################################################