fix private s3-web subdomain
This commit is contained in:
parent
13e7874536
commit
b50da9d1d0
3 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
certs = {
|
||||
"${domain}" = {
|
||||
domain = "${domain}";
|
||||
extraDomainNames = ["*.${domain}" "*.hopper.priv.${domain}"];
|
||||
extraDomainNames = ["*.${domain}" "*.hopper.priv.${domain}" "*.s3-web.hopper.priv.${domain}"];
|
||||
dnsProvider = "cloudflare";
|
||||
reloadServices = ["caddy.service"];
|
||||
credentialFiles = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue