From 9c9e0adc6e54be05660c7c6fa043119f5987c0b6 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Sat, 4 Jul 2026 19:08:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E4=BD=93=E6=8E=A5=E5=8F=A3?= 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 8ec5b39..1653330 100644 --- a/nginx.conf +++ b/nginx.conf @@ -122,6 +122,11 @@ server { proxy_pass http://host.docker.internal:3000/; } + location /agent-api/ { + proxy_buffering off; + proxy_pass http://host.docker.internal:8000/; + } + location /ws/ { proxy_pass http://host.docker.internal:5050;