上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 152 下一页
摘要: frontend webserver bind *:80 use_backend websrvs backend websrvs balance hdr (User-Agent) # 根据请求报文中 User-Agent 首部的值做 hash hash-type consistent # 一致性 h 阅读全文
posted @ 2022-01-08 10:15 coocoo 阅读(64) 评论(0) 推荐(0) 编辑
摘要: frontend webserver bind *:80 use_backend websrvs backend websrvs balance uri # 指明 uri 调度算法 hash-type consistent # 一致性哈希 server web1 192.168.2.11:80 ch 阅读全文
posted @ 2022-01-08 10:14 coocoo 阅读(36) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 152 下一页