feat: 增加健康记代理

This commit is contained in:
2026-08-31 21:46:40 +08:00
parent ce6392c1cb
commit 18859d83bf

View File

@@ -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;