From 695fa92e7ac2a7a3461956b624acb765192cf5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B7=9D?= Date: Mon, 9 Mar 2026 11:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=AE=BF=E9=97=AE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/fileserver/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/fileserver/default.conf b/base/fileserver/default.conf index 5bb6e5e..b1f4a06 100644 --- a/base/fileserver/default.conf +++ b/base/fileserver/default.conf @@ -6,8 +6,8 @@ server { #access_log /var/log/nginx/host.access.log main; location /mobile/ { - root /usr/local/app/mobile/; - try_files $uri /mobile.html; + alias /usr/local/app/mobile/; + try_files $uri /mobile/mobile.html; index mobile.html mobile.htm; }