ansible-config/roles/web-server/base/files/etc/nginx/include/no_dotfiles.conf
2015-11-14 17:15:39 +01:00

15 lines
183 B
Plaintext

#
# ACTHUNG:
#
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
#
# Do not serve dotfiles.
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}