From dce2925520a21f4995f839214bcb4536a4440e63 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 4 Feb 2026 18:14:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nginx=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=86=8D=E6=AC=A1=E4=BF=AE=E6=94=B9=E3=80=82?= 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 9261c8d..fc3cd45 100644 --- a/nginx.conf +++ b/nginx.conf @@ -68,7 +68,7 @@ http { } location / { - root /usr/share/nginx/html; # docker映射路径 不允许更改 + root /usr/share/nginx/html/build/h5/; # docker映射路径 不允许更改 try_files $uri $uri/ /index.html; index index.html index.htm; proxy_set_header Host $http_host;