diff options
author | drebs <drebs@riseup.net> | 2015-06-05 15:44:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-31 17:09:51 -0300 |
commit | 3f4eccfd5a47f31054f7b1bf82c1c4e1110d6c49 (patch) | |
tree | 00856ed3d5564d0f6a9669dc0b2e272fde1ef832 | |
parent | 0c9425154a211cbd52cfa086aff5e4b84ff704d0 (diff) | |
download | puppet-apache-3f4eccfd5a47f31054f7b1bf82c1c4e1110d6c49.tar.gz puppet-apache-3f4eccfd5a47f31054f7b1bf82c1c4e1110d6c49.tar.bz2 |
update error site template to jessie
-rw-r--r-- | templates/error.erb | 2 |
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> |