location / {
{{#each spammers}}
if ($http_referer ~* "^http:\/\/.*?{{this}}\..*\/"){
	return 403;
}
{{/each}}
}