摘要:
阅读全文
posted @ 2025-10-15 10:58 且行且思 阅读(13) 评论(0) 推荐(0)
|
|||
|
摘要:
我有二个jar包的API端口,8011和8012,请实现完整的单台二个端口负载。 以下是完整的单台双端口负载均衡配置: http { # API服务负载均衡组 upstream api-backend { server localhost:8011 weight=1 max_fails=3 fail 阅读全文
posted @ 2025-10-15 09:35 且行且思 阅读(11) 评论(0) 推荐(0) |
|||