Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ultramookie/7bb6bc58ffa51811b7355d900f5f99cf to your computer and use it in GitHub Desktop.

Select an option

Save ultramookie/7bb6bc58ffa51811b7355d900f5f99cf to your computer and use it in GitHub Desktop.
# Bot Blocking
if ($http_user_agent ~ (BOT0|BOT1|BOT2) ) {
return 301 http://www.worldslongestwebsite.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment