Add website/updates role

This commit is contained in:
Alexander Dietrich 2017-02-10 22:51:55 +01:00
commit 46b6049ca9
8 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Basis-Konfiguration für updates.
root /var/www/updates;
location / {
access_log off;
log_not_found off;
autoindex on;
}