Statically map wwwroot to /var/www/https
This way a volume can easily override it from outside
This commit is contained in:
parent
d83c53d564
commit
6023686304
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue