summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/apache_server/templates/virtualhost.conf.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apache_server/templates/virtualhost.conf.tmpl b/roles/apache_server/templates/virtualhost.conf.tmpl
index 6afdd41..e2dc19f 100644
--- a/roles/apache_server/templates/virtualhost.conf.tmpl
+++ b/roles/apache_server/templates/virtualhost.conf.tmpl
@@ -9,6 +9,7 @@
CustomLog /var/log/apache2/{{ item.domain }}/access.log combined
<Directory /srv/http/{{ item.domain }}>
Options +SymlinksIfOwnerMatch +Indexes
+ AllowOverride AuthConfig
Require all granted
</Directory>
</VirtualHost>