ISPManager 6 - блокировка bad bots AI через nginx

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 09:45, 19 августа 2024; Admin iph (обсуждение | вклад) (Новая страница: «=== ISPManager 6 - блокировка bad bots AI через nginx === # vi /etc/nginx/vhosts-includes/badbots.conf # Block AI bots if ($http_user_agent ~*...»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

ISPManager 6 - блокировка bad bots AI через nginx

# vi /etc/nginx/vhosts-includes/badbots.conf
# Block AI bots
if ($http_user_agent ~* "(Amazonbot|Applebot-Extended|Bytespider|CCBot|ChatGPT-User|Claude-Web|ClaudeBot|Diffbot|FacebookBot|FriendlyCrawler|GPTBot|Google-Extended|GoogleOther|GoogleOther-Image|GoogleOther-Video|ICC-Crawler|ImagesiftBot|Meta-ExternalAgent|Meta-ExternalFetcher|OAI-SearchBot|PerplexityBot|PetalBot|Scrapy|Timpibot|VelenPublicWebCrawler|YouBot|anthropic-ai|cohere-ai|facebookexternalhit|img2dataset|omgili|omgilibot)"){
   return 403;
}
# systemctl restart nginx