nginx-Setup WIP

This commit is contained in:
baldo 2015-11-14 17:15:39 +01:00
commit ed703884ec
33 changed files with 267 additions and 253 deletions

View file

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