summaryrefslogtreecommitdiff
path: root/roles/apache_server
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-15 20:07:29 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-15 20:07:29 +0100
commit5ace3b2ef61776fee6e9a72ac5af478afa746432 (patch)
tree0dba94d048f349107c13cbfaaef3edf1ff29fdd4 /roles/apache_server
parent3853f59772577ca5719898930e61f8cc0796f6ea (diff)
downloaddebian-ansible-5ace3b2ef61776fee6e9a72ac5af478afa746432.tar.gz
Add: allow overriding AuthConfig in .htaccess
Diffstat (limited to 'roles/apache_server')
-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>