【发布时间】:2022-03-17 03:47:10
【问题描述】:
我需要嵌套的 ACL 条件
acl route1 hdr_sub(host) -i abc.com hdr_sub(host) -i xyz.com
acl route2 path_beg /m1
acl route3 path_beg /m2
use backend back1 if route1 (route2 or route3)
// essentially
route1 AND (route2 OR route3)
匹配后端。与此等效的正确 HA 代码是什么?
【问题讨论】:
标签: haproxy