diff --git a/files/httpd/newvirtualhost.conf.j2 b/files/httpd/newvirtualhost.conf.j2 index 7b70b78f42..11fddcc60d 100644 --- a/files/httpd/newvirtualhost.conf.j2 +++ b/files/httpd/newvirtualhost.conf.j2 @@ -57,7 +57,7 @@ DocumentRoot {{ item.document_root }} - Options Index FollowSymLinks + Options Indexes FollowSymLinks @@ -70,6 +70,6 @@ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE] {% else %} - Options Index FollowSymLinks + Options Indexes FollowSymLinks {% endif %}