# Managed by Ansible — do not edit manually server { listen 80; server_name _; root /var/www/dl; charset utf-8; location / { autoindex on; autoindex_exact_size off; autoindex_localtime on; } # Deny access to hidden files location ~ /\. { deny all; } }