etc-configs/nginx/snippets/poop.conf
2023-12-22 16:35:40 -03:00

9 lines
161 B
Text

map $http_user_agent $poop {
default 0;
~*my-tiny-bot 1;
~*thesis-research-bot 1;
~*SemrushBot 1;
~*Bytespider 1;
~*PetalBot 1;
~*Amazonbot 1;
}