linux:nginx
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
nginx
nginx ist ein Webserver.
Konfiguration
Directory Listing
[...]
location /somedir {
autoindex on;
}
Block Bots
# Bad bots filter code
# provided by http://badbots.vps.tips
if ($http_user_agent ~* "SentiBot" ) {
return 403;
}
Weblinks
Howtos
linux/nginx.1458724541.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
