feat: 增加家庭记代理
This commit is contained in:
10
nginx.conf
10
nginx.conf
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user