07-Apr-2020 11:38
Dev Central
How do i default the last line to a url and not pool the hub?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/sso*" -
"/vznvoucher*" {
pool NuNetTst_Pool_80
}
default {
pool the_hub
07-Apr-2020 13:19
This should work, basically redirecting everything that does not match to a different url:
HTTP::redirect https://your_url_here