diff --git a/roles/service-nginx/templates/default.conf.j2 b/roles/service-nginx/templates/default.conf.j2 index 15892b6..f09ede1 100644 --- a/roles/service-nginx/templates/default.conf.j2 +++ b/roles/service-nginx/templates/default.conf.j2 @@ -8,5 +8,7 @@ server { root /var/www/html; location / { index index.html; + autoindex on; + autoindex_exact_size off; } }