diff options
Diffstat (limited to 'templates/error.erb')
-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> |