Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Last active October 31, 2019 11:07
Show Gist options
  • Save merltron-pa/ae088837db56f863328cf27ca8b74837 to your computer and use it in GitHub Desktop.
Save merltron-pa/ae088837db56f863328cf27ca8b74837 to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet2.conf
split_clients "${remote_addr}${http_user_agent}" $split_upstream {
99% upstream_cms_old;
* upstream_sap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment