Last active
October 31, 2019 11:09
-
-
Save merltron-pa/0506afa1cb3bf3b846c3168c1e2f613d to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet6.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
add_header Set-Cookie "migration_split=$deliver_upstream;Path=/;Max-Age=$cookie_lifetime;"; | |
proxy_pass https://$deliver_upstream; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment