Skip to content

Instantly share code, notes, and snippets.

@merltron-pa
Last active October 31, 2019 11:11
Show Gist options
  • Save merltron-pa/3ca37b91f4756e125207e94a5f01a56d to your computer and use it in GitHub Desktop.
Save merltron-pa/3ca37b91f4756e125207e94a5f01a56d to your computer and use it in GitHub Desktop.
NGINX Traffic Splits Article: nginx-config-snippet8.conf
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