Last active
October 31, 2019 11:05
-
-
Save merltron-pa/4e5eecdd77bea50c55f22dbd9dc4986f to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet1.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
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