feat: 增加家庭记代理

This commit is contained in:
2026-09-12 14:52:13 +08:00
parent 18859d83bf
commit 3a6909b86d

View File

@@ -145,6 +145,16 @@ server {
proxy_pass http://host.docker.internal:8002/;
}
location /family-api/ {
proxy_buffering off;
proxy_pass http://host.docker.internal:8003/;
}
location /patch-api/ {
proxy_buffering off;
proxy_pass http://host.docker.internal:8004/;
}
location /ws/ {
proxy_pass http://host.docker.internal:5050;