summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/macros.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/macros.erb b/templates/macros.erb
index 1cabce5..28038c0 100644
--- a/templates/macros.erb
+++ b/templates/macros.erb
@@ -42,6 +42,7 @@
<Directory <%= scope.lookupvar('apache::sites_folder') %>/$name/site>
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride All
+ Require all granted
</Directory>
# end site config
</Macro>