From 9358db42e77285a2e34740026b279527b2b7e99a Mon Sep 17 00:00:00 2001 From: 12451 <12451@example.com> Date: Thu, 2 Jul 2026 15:40:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E9=A6=96=E9=A1=B5=EF=BC=8C=E6=A0=B9=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=8C=87=E5=90=91=20/data/www?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx/app.anzhizhichong.com.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/nginx/app.anzhizhichong.com.conf b/deploy/nginx/app.anzhizhichong.com.conf index ed4c956..505f58a 100644 --- a/deploy/nginx/app.anzhizhichong.com.conf +++ b/deploy/nginx/app.anzhizhichong.com.conf @@ -13,7 +13,7 @@ server { ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; - root /data/pms; + root /data/www; index index.html; location /doc/ { @@ -34,6 +34,7 @@ server { } location /pms/ { + alias /data/pms/; try_files $uri $uri/ /pms/index.html; } }