Forum Discussion

Mike_Pones_6391's avatar
Mike_Pones_6391
Icon for Nimbostratus rankNimbostratus
Sep 02, 2005

Performance Using a Rule

Here is the rule I have setup:     if (http_uri contains "testing") {   redirect to "https://%h/%u"   }   else if (http_uri contains "test2") {   use pool Test-Pool1   } ...