summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2015-06-05 15:44:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-31 17:09:51 -0300
commit3f4eccfd5a47f31054f7b1bf82c1c4e1110d6c49 (patch)
tree00856ed3d5564d0f6a9669dc0b2e272fde1ef832 /templates
parent0c9425154a211cbd52cfa086aff5e4b84ff704d0 (diff)
downloadpuppet-apache-3f4eccfd5a47f31054f7b1bf82c1c4e1110d6c49.tar.gz
puppet-apache-3f4eccfd5a47f31054f7b1bf82c1c4e1110d6c49.tar.bz2
update error site template to jessie
Diffstat (limited to 'templates')
-rw-r--r--templates/error.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/error.erb b/templates/error.erb
index 9f13fd9..4e13d60 100644
--- a/templates/error.erb
+++ b/templates/error.erb
@@ -7,7 +7,7 @@
<Directory <%= scope.lookupvar('apache::error_folder') %>>
DirectoryIndex index.html
- Options Indexes -Includes FollowSymLinks -MultiViews
+ Options +Indexes -Includes +FollowSymLinks -MultiViews
AllowOverride None
</Directory>
</VirtualHost>