10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
|
# Basis-Konfiguration für updates.
|
||
|
|
||
|
root /var/www/updates;
|
||
|
|
||
|
location / {
|
||
|
access_log off;
|
||
|
log_not_found off;
|
||
|
autoindex on;
|
||
|
}
|