首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Nginx负载均衡upstream讲解
Nginx负载均衡upstream讲解
it
2024-10-20
42
upstream lbs { server 192.168.0.106:8080; server 192.168.0.106:8081; } location /api/ { proxy_pass http://lbs; proxy_redirect default; }
转载请注明原文地址: https://lol.8miu.com/read-19529.html
最新回复
(
0
)