40,9076350851,bing

bingless than 1 second ago

block bad user agents in global Nginx

if ($http_user_agent ~* "AhrefsBot|MJ12bot|hubspot|opensiteexplorer|leiki|webmeup|yandex") {
return 403;
}

tips