#
# ACTHUNG:
#
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
#

# Do not serve dotfiles.

location ~ /\. {
    deny all;
    access_log off;
    log_not_found off;
}