feat: 增加健康记代理
This commit is contained in:
@@ -140,6 +140,11 @@ server {
|
|||||||
proxy_pass http://host.docker.internal:8001/;
|
proxy_pass http://host.docker.internal:8001/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /health-api/ {
|
||||||
|
proxy_buffering off;
|
||||||
|
proxy_pass http://host.docker.internal:8002/;
|
||||||
|
}
|
||||||
|
|
||||||
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