15 lines
183 B
Plaintext
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;
|
|
}
|
|
|