Skip to content

Instantly share code, notes, and snippets.

@flexgrip
Last active April 8, 2016 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flexgrip/0e75e763810f2e56dda6a38b135a53c3 to your computer and use it in GitHub Desktop.
Save flexgrip/0e75e763810f2e56dda6a38b135a53c3 to your computer and use it in GitHub Desktop.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "leadpages.net"}{
HTTP::respond 301 Location "https://www.leadpages.net[HTTP::uri]"
}
if { [string tolower [HTTP::uri]] starts_with "/blog" }{
node 104.193.18.59
}
if { [string tolower [HTTP::uri]] starts_with "/library" }{
node 104.193.18.64
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment