diff --git a/roles/https/templates/apache2-vhost.conf b/roles/https/templates/apache2-vhost.conf index 2851394..5083f59 100644 --- a/roles/https/templates/apache2-vhost.conf +++ b/roles/https/templates/apache2-vhost.conf @@ -5,8 +5,8 @@ # Website configuration ServerName {{ website_url }} - DocumentRoot {{ acme_webroot }} - + DocumentRoot {{ acme.webroot }} + Require all granted AllowOverride All Options MultiViews FollowSymlinks