diff options
-rw-r--r-- | templates/default.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.erb b/templates/default.erb index 8b49c77..90e4801 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -5,7 +5,7 @@ # begin site config <Directory <%= scope.lookupvar('apache::default_folder') %>> - Options Indexes Includes FollowSymLinks MultiViews + Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All </Directory> # end site config |