ansible-config/roles/web-server/base/files/etc/nginx/include/no_dotfiles.conf

15 lines
183 B
Plaintext
Raw Normal View History

2015-11-14 17:15:39 +01:00
#
# ACTHUNG:
#
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
#
2015-08-29 23:44:14 +02:00
# Do not serve dotfiles.
2015-11-14 17:15:39 +01:00
2015-08-29 23:44:14 +02:00
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}