nginx/include/updates_common.conf

10 lines
137 B
Plaintext
Raw Permalink Normal View History

# Basis-Konfiguration für updates.
root /var/www/updates;
location / {
access_log off;
log_not_found off;
autoindex on;
}