Fix wrong variables on acme template

This commit is contained in:
Salt 2020-08-07 06:27:17 -05:00
parent aae27cd361
commit 1990cfc7cd

View File

@ -5,8 +5,8 @@
# Website configuration # Website configuration
<VirtualHost *:80> <VirtualHost *:80>
ServerName {{ website_url }} ServerName {{ website_url }}
DocumentRoot {{ acme_webroot }} DocumentRoot {{ acme.webroot }}
<Directory "{{ acme_webroot }}"> <Directory "{{ acme.webroot }}">
Require all granted Require all granted
AllowOverride All AllowOverride All
Options MultiViews FollowSymlinks Options MultiViews FollowSymlinks