Skip to content

Instantly share code, notes, and snippets.

@amckinley
Last active August 29, 2015 14:26
Show Gist options
  • Save amckinley/e378dd4fa954246cac71 to your computer and use it in GitHub Desktop.
Save amckinley/e378dd4fa954246cac71 to your computer and use it in GitHub Desktop.
{
"pools" : {
"sessions-pool" : {
"servers" : [
<snip>
]
},
"wildcard-pool": {
"servers" : [
<snip>
]
}
},
"route": {
"type": "PrefixSelectorRoute",
"policies": {
"session.": "PoolRoute|sessions-pool"
},
"wildcard": "PoolRoute|wildcard-pool"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment