Last active
October 31, 2019 11:11
-
-
Save merltron-pa/3ca37b91f4756e125207e94a5f01a56d to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet8.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
map $http_user_agent $bypass_user_agent { | |
default 0; | |
~*(Googlebot|bingbot|Slurp) 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment