Add website/updates role
This commit is contained in:
parent
28efaaafdc
commit
46b6049ca9
8 changed files with 76 additions and 0 deletions
9
roles/website/updates/files/updates_common.conf
Normal file
9
roles/website/updates/files/updates_common.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Basis-Konfiguration für updates.
|
||||
|
||||
root /var/www/updates;
|
||||
|
||||
location / {
|
||||
access_log off;
|
||||
log_not_found off;
|
||||
autoindex on;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue