acl jh env(HAPROXY_LOCALPEER) -m beg jh acl tz env(HAPROXY_LOCALPEER) -m beg tz force-persist if jh || tz force-persist not support || ? https://github.com/haproxytech/config-parser/blob/b7f6fa2190e182a41d473913d2159be120ccbe78/parsers/force-persist.go#L31
acl jh env(HAPROXY_LOCALPEER) -m beg jh
acl tz env(HAPROXY_LOCALPEER) -m beg tz
force-persist if jh || tz
force-persist not support || ?
config-parser/parsers/force-persist.go
Line 31 in b7f6fa2