ability to change Let's Encrypt webroot

fixes #64
This commit is contained in:
Bálint Szekeres
2019-06-05 17:12:34 +02:00
parent 837f9e33a8
commit 7476c194cb
4 changed files with 16 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# ACME-challenge
location ^~ /.well-known/acme-challenge/ {
root /var/www/_letsencrypt;
root {{ data.directory_letsencrypt }};
}