From e24af59615228acf02609af4239980b3384b5004 Mon Sep 17 00:00:00 2001 From: 12451 <12451@example.com> Date: Thu, 2 Jul 2026 17:47:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D/pms=E4=B8=8D=E5=B8=A6?= =?UTF-8?q?=E6=96=9C=E6=9D=A0404=E9=97=AE=E9=A2=98=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=87=8D=E5=AE=9A=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx/app.anzhizhichong.com.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy/nginx/app.anzhizhichong.com.conf b/deploy/nginx/app.anzhizhichong.com.conf index 32c9cc0..4551f0c 100644 --- a/deploy/nginx/app.anzhizhichong.com.conf +++ b/deploy/nginx/app.anzhizhichong.com.conf @@ -34,6 +34,11 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } + # PMS管理前端 - 不带斜杠时重定向 + location = /pms { + return 301 /pms/; + } + # PMS管理前端 location /pms/ { alias /data/pms/web/;