diff options
| author | drebs <drebs@riseup.net> | 2015-06-05 15:44:00 -0300 | 
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2015-06-05 15:44:00 -0300 | 
| commit | c47695b269c23ffc650d2d539fe00ff1283711a9 (patch) | |
| tree | e538f21782a511a2647e3395004d7b7f488673c5 | |
| parent | ca107c5730b6882cc55cd17ac0f7fd706b09e198 (diff) | |
| download | puppet-apache-adapt-to-jessie.tar.gz puppet-apache-adapt-to-jessie.tar.bz2  | |
update error site template to jessieadapt-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>  | 
