Forum Discussion
Daniel_Alves_19
Nimbostratus
Hi guys,
I have the same issue, my VS on 443 port and pools with 80 port. Can I use the same irule ?
Kevin_Stewart
Jun 30, 2017Employee
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/foo*" { pool foo_pool }
"/bar*" { pool bar_pool }
"/blah*" { pool blah_pool }
default { pool default_pool }
}
}