feat:增加智能体接口
This commit is contained in:
@@ -122,6 +122,11 @@ server {
|
|||||||
proxy_pass http://host.docker.internal:3000/;
|
proxy_pass http://host.docker.internal:3000/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /agent-api/ {
|
||||||
|
proxy_buffering off;
|
||||||
|
proxy_pass http://host.docker.internal:8000/;
|
||||||
|
}
|
||||||
|
|
||||||
location /ws/ {
|
location /ws/ {
|
||||||
proxy_pass http://host.docker.internal:5050;
|
proxy_pass http://host.docker.internal:5050;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user