Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Add a map to the http section, something like:
map $http_user_agent $isbot {
default 0;
~*Googlebot 1;
~*bingbot 1;
# и так далее
}
if ($isbot) {
return 403;
}
Easily searched on stackoverflow. It works, of course, only for those who present themselves honestly - and there are usually no problems from such people. What problem are you solving?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question