forked from Fijxu/etc-configs
9 lines
161 B
Text
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;
|
|
}
|