From 1990cfc7cd67b486392a679adfe65d32f7732c83 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 7 Aug 2020 06:27:17 -0500 Subject: [PATCH] Fix wrong variables on acme template --- roles/https/templates/apache2-vhost.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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