Forum Discussion

2 Replies

  • Hi Hungpm,

    You can use iRule.

    when HTTP_REQUEST {
    	switch -glob [string tolower [HTTP::uri]] {
    		"/images/*" { pool imagesBackendPool }
    		"/video/*" { pool videoBackendPool }
    		default { pool appGatewayBackendPool }
    	}
    }
    • Hungpm's avatar
      Hungpm
      Icon for Nimbostratus rankNimbostratus

      thanks for your reply i just upload new url path , about policy f5 ? i am new f5 pls help

       

      thanks