Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Last active October 31, 2019 11:08
Show Gist options
  • Save merltron-pa/850aa321943a0bcee68af8dcf9015b43 to your computer and use it in GitHub Desktop.
Save merltron-pa/850aa321943a0bcee68af8dcf9015b43 to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet3.conf
map $cookie_migration_split $chosen_upstream {
default $split_upstream;
"upstream_cms_old" "upstream_cms_old";
"upstream_sap" "upstream_sap";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment