Fix wrong variables on acme template
This commit is contained in:
parent
aae27cd361
commit
1990cfc7cd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user