From 7b77cee483d13b4081331d43d4fa5108e6389936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=97=B4=E8=B4=A7?= <252048765@qq.com> Date: Fri, 6 Sep 2024 20:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index c1c47ec8a..2075a2c68 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,7 +18,7 @@ http { server { listen 80; - server_name saas.yibeidl.cn; ## 重要!!!修改成你的外网 IP/域名 + server_name 192.168.10.207; ## 重要!!!修改成你的外网 IP/域名 location / { ## 前端项目 root /app;