HTTP::fallback

Description

Specifies or overrides the fallback host specified in the HTTP profile.

Syntax

HTTP::fallback <host>

HTTP::fallback <host>

  • Specifies or overrides the fallback host specified in the HTTP profile.

Examples

when LB_FAILED {
  HTTP::fallback "http://siteunavailable.mysite.com/"
}