From a776349372bcb208c8010ff6aa747d63aed3dd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=A6=E6=96=8C?= <12393030+cxb15853655633@user.noreply.gitee.com> Date: Thu, 4 Jul 2024 06:54:21 +0000 Subject: [PATCH] update shell/nginx.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈学斌 <12393030+cxb15853655633@user.noreply.gitee.com> --- shell/nginx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/nginx.sh b/shell/nginx.sh index 80c9b54..6e9d420 100644 --- a/shell/nginx.sh +++ b/shell/nginx.sh @@ -33,6 +33,7 @@ sudo chown -R root:root /mnt/nginx/logs/ cd /mnt/nginx/conf/ wget http://down.zvo.cn/centos/nginx/conf/nginx.conf -O nginx.conf mkdir vhosts +cd vhosts wget http://down.zvo.cn/centos/nginx/conf/vhosts/test.conf -O test.conf wget http://down.zvo.cn/centos/nginx/conf/vhosts/translate.googleapis.com.conf -O translate.googleapis.com.conf # 启动nginx -- Gitee