Skip to content

Instantly share code, notes, and snippets.

@cturra
Created September 18, 2014 16:02
Show Gist options
  • Save cturra/c9338b6931ec2e5d3f13 to your computer and use it in GitHub Desktop.
Save cturra/c9338b6931ec2e5d3f13 to your computer and use it in GitHub Desktop.
$host = http.getHostHeader();
$path = http.getPath();
if (string.containsI($host, "aus3.mozilla.org")){
if (
string.containsI($path, "/beta/") ||
string.containsI($path, "/beta-localtest/") ||
string.containsI($path, "/beta-cdntest/")
){
pool.select("aus4-prod-https");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment