Robert_47833
Sep 20, 2011Altostratus
how to merge these conditions to one :matches_regex
how to merge these conditions to one
if {$port == 443 and $uri matches_regex "^(/up)"} {
persist none
pool SRWD42-SLX
}
elseif {
$port == 443 and $uri matches_regex "^(/auto/bu)"} {
persist none
pool SRWD42-SLX
}
elseif {$port == 443 and $uri matches_regex "^/auto/Da"} {
persist none
pool SRWD42-SLX
}
and how to merge if it is start_with?