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;
}
return 403;
}
↑
tips