use static list of subdomains
This commit is contained in:
parent
c3ff9aeffc
commit
584b7242a7
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,8 @@ email = "hostmaster@zom.bi"
|
||||||
storage = "cert/acme.json"
|
storage = "cert/acme.json"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
onDemand = false
|
onDemand = false
|
||||||
OnHostRule = true
|
#OnHostRule = true
|
||||||
|
OnHostRule = false
|
||||||
|
|
||||||
[entryPoints]
|
[entryPoints]
|
||||||
[entryPoints.http]
|
[entryPoints.http]
|
||||||
|
@ -42,6 +43,7 @@ exposedbydefault = false
|
||||||
"mx.zom.bi",
|
"mx.zom.bi",
|
||||||
"user.zom.bi",
|
"user.zom.bi",
|
||||||
"xmpp.zom.bi",
|
"xmpp.zom.bi",
|
||||||
|
"matrix.zom.bi",
|
||||||
|
|
||||||
# web vhosts:
|
# web vhosts:
|
||||||
"api.zom.bi",
|
"api.zom.bi",
|
||||||
|
@ -61,6 +63,7 @@ exposedbydefault = false
|
||||||
"www.zom.bi",
|
"www.zom.bi",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
# You can define multiple of these blocks, each of which will result in one
|
# You can define multiple of these blocks, each of which will result in one
|
||||||
# certificate.
|
# certificate.
|
||||||
#[[acme.domains]]
|
#[[acme.domains]]
|
||||||
|
|
Loading…
Reference in a new issue