nginx-Setup WIP
This commit is contained in:
parent
96fa7430e6
commit
ed703884ec
33 changed files with 267 additions and 253 deletions
|
@ -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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue