nginx ist ein Webserver.
[...] location /somedir { autoindex on; }
# Bad bots filter code # provided by http://badbots.vps.tips if ($http_user_agent ~* "SentiBot" ) { return 403; }