diff --git a/templates/etc/nginx/sites-available/hubzilla.j2 b/templates/etc/nginx/sites-available/hubzilla.j2 index 9a9fe3a..ee7c87f 100644 --- a/templates/etc/nginx/sites-available/hubzilla.j2 +++ b/templates/etc/nginx/sites-available/hubzilla.j2 @@ -5,7 +5,7 @@ index index.php; charset utf-8; include mime.types; - autoindex off + autoindex off; {% endblock %} {% block location %} @@ -62,4 +62,4 @@ deny all; } -{% endblock %} \ No newline at end of file +{% endblock %}