Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Last active October 31, 2019 11:05
Show Gist options
  • Save merltron-pa/4e5eecdd77bea50c55f22dbd9dc4986f to your computer and use it in GitHub Desktop.
Save merltron-pa/4e5eecdd77bea50c55f22dbd9dc4986f to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet1.conf
upstream upstream_cms_old {
server 123.23.123.123:443;
}
upstream upstream_sap {
server 44.44.44.44:443;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment