Last active
October 31, 2019 11:07
-
-
Save merltron-pa/ae088837db56f863328cf27ca8b74837 to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet2.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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