From 3a6909b86dcc4f1efea274d2d3fe42342c2fa774 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Sat, 12 Sep 2026 14:52:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=AE=B6=E5=BA=AD?= =?UTF-8?q?=E8=AE=B0=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nginx.conf b/nginx.conf index 5a96afd..4ef2ec1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -145,6 +145,16 @@ server { proxy_pass http://host.docker.internal:8002/; } + location /family-api/ { + proxy_buffering off; + proxy_pass http://host.docker.internal:8003/; + } + + location /patch-api/ { + proxy_buffering off; + proxy_pass http://host.docker.internal:8004/; + } + location /ws/ { proxy_pass http://host.docker.internal:5050;