removed ending slashes from directories

This commit is contained in:
Bálint Szekeres
2019-06-05 17:20:21 +02:00
parent 7476c194cb
commit 862a9a5fc0
3 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# ACME-challenge
location ^~ /.well-known/acme-challenge/ {
root {{ data.directory_letsencrypt }};
root {{ data.directory_letsencrypt.replace(endingSlashRegex, '') }};
}