From 96f3b56effcb3ed904603cc8002201bd80b31d45 Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 13 Dec 2025 23:11:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20API=20=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E8=B7=AF=E5=BE=84=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=20/api=20=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with Claude Code --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 887693e..5ba8251 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,7 +17,7 @@ server { # API 代理到后端(直接访问宿主机上的后端服务) location /api/ { - proxy_pass http://172.21.0.1:8123/api/; + proxy_pass http://172.21.0.1:8123/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;