From 18859d83bf615591ad8e6893d67e4615b8eb8f2d Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Mon, 31 Aug 2026 21:46:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=81=A5=E5=BA=B7?= =?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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx.conf b/nginx.conf index 3e4f549..5a96afd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -140,6 +140,11 @@ server { proxy_pass http://host.docker.internal:8001/; } + location /health-api/ { + proxy_buffering off; + proxy_pass http://host.docker.internal:8002/; + } + location /ws/ { proxy_pass http://host.docker.internal:5050;