From cb6708b9b9432cc0d763d2a7bc8e9761c2a3df4c Mon Sep 17 00:00:00 2001 From: 12451 <12451@example.com> Date: Thu, 2 Jul 2026 18:50:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nginx=E4=BB=A3=E7=90=86=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E5=A4=8D=EF=BC=8C/pms/api/=20=E2=86=92=20/ap?= =?UTF-8?q?i/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx/app.anzhizhichong.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nginx/app.anzhizhichong.com.conf b/deploy/nginx/app.anzhizhichong.com.conf index f2c7126..3f6e4bc 100644 --- a/deploy/nginx/app.anzhizhichong.com.conf +++ b/deploy/nginx/app.anzhizhichong.com.conf @@ -27,7 +27,7 @@ server { } location /pms/api/ { - proxy_pass http://127.0.0.1:3000/; + proxy_pass http://127.0.0.1:3000/api/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;