Statically map wwwroot to /var/www/https

This way a volume can easily override it from outside
This commit is contained in:
Nico Schottelius 2019-12-15 00:56:52 +01:00
parent d83c53d564
commit 6023686304
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dnsname=$(echo $expanded_addr | sed 's/:/-/g').has-a.name
echo Getting certificate for $dnsname
wwwroot=/var/www/${dnsname}
wwwroot=/var/www/https
mkdir -p "${wwwroot}"