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
<VirtualHost *:80>
ServerName {{ website_url }}
DocumentRoot {{ acme_webroot }}
<Directory "{{ acme_webroot }}">
DocumentRoot {{ acme.webroot }}
<Directory "{{ acme.webroot }}">
Require all granted
AllowOverride All
Options MultiViews FollowSymlinks