From 7ed79ba3e8b511ae944caf45e7aabde4f518fd67 Mon Sep 17 00:00:00 2001 From: Mike Ruckman Date: Fri, 17 Jul 2015 21:03:58 +0000 Subject: [PATCH] fix: fixed typo in last commit (246c398) --- files/httpd/newvirtualhost.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}