From 47df8450113fabd6db2c3b7cfb38a5754ae4a8a9 Mon Sep 17 00:00:00 2001 From: muppeth Date: Thu, 20 May 2021 09:07:28 +0000 Subject: [PATCH] small fix for hubzilla template (#12) Co-authored-by: muppeth Reviewed-on: https://git.disroot.org/Disroot-Ansible/nginx/pulls/12 Reviewed-by: meaz Reviewed-by: antilopa Co-authored-by: muppeth Co-committed-by: muppeth --- templates/etc/nginx/sites-available/hubzilla.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}