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;