From a283c3abc3a45627cbe8f8e8b3ddde649a00c494 Mon Sep 17 00:00:00 2001 From: Hazi <83254065@qq.com> Date: Mon, 21 Oct 2024 22:11:52 +0800 Subject: [PATCH] =?UTF-8?q?pref=EF=BC=9A=E5=AE=8C=E5=96=84=20nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 451cb6c..a185490 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,9 +27,9 @@ http { server { listen 80; - # server_name your-domain.com; # 你的域名 + server_name weilai.team; - root /usr/share/nginx/html; # Vue 应用打包后的文件存放目录 + root /usr/share/nginx/html; index index.html; location / {