AN
What's the case?
Size: a a a
AN
PB
PB
AN
PB
PB
PB
AN
PB
AN
W
QS
W
QS
Vs
J
Vs
map $http_user_agent $access_bots {
default '';
~*(google|bing|yandex|msnbot|Feedfetcher-Google) access;
}
location ~* \.(xml)$ {
if ($access_bots ~* '' ) { return 403; }
}
Vs