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