Role service-nginx: add autoindex options to default vhost

This commit is contained in:
Tobias Hachmer 2017-10-29 21:24:48 +01:00
parent 4876f88bc5
commit f00a216fef

View file

@ -8,5 +8,7 @@ server {
root /var/www/html;
location / {
index index.html;
autoindex on;
autoindex_exact_size off;
}
}