F5https跳转
when HTTP_REQUEST { switch [HTTP::host] { "xxx.你的域名.com" { HTTP::respond 302 Location "https://xxx.你的域名.com[HTTP::uri]"
} } }
when HTTP_REQUEST { switch [HTTP::host] { "xxx.你的域名.com" { HTTP::respond 302 Location "https://xxx.你的域名.com[HTTP::uri]"
} } }