Skip to content

Instantly share code, notes, and snippets.

@boogah
Created April 8, 2014 16:26
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save boogah/10151592 to your computer and use it in GitHub Desktop.
Save boogah/10151592 to your computer and use it in GitHub Desktop.
Semalt nginx block
if ($http_referer ~* "semalt\.com") {
return 444;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment