Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if ($http_referer ~* spamdomain1.com) {
  2. return 444;
  3. }
  4. if ($http_referer ~* spamdomain2.com) {
  5. return 444;
  6. }
  7. if ($http_referer ~* spamdomain3.com) {
  8. return 444;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement