From 5ace3b2ef61776fee6e9a72ac5af478afa746432 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 15 Nov 2017 20:07:29 +0100 Subject: Add: allow overriding AuthConfig in .htaccess --- roles/apache_server/templates/virtualhost.conf.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/apache_server') 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 Options +SymlinksIfOwnerMatch +Indexes + AllowOverride AuthConfig Require all granted -- cgit v1.2.1