weiterer Versuch
This commit is contained in:
parent
074ef27bf0
commit
b56cbc5d16
|
|
@ -46,31 +46,32 @@
|
|||
# [backends.dokuwiki]
|
||||
# [backends.dokuwiki.servers.wiki]
|
||||
# url = "http://172.17.0.2:80"
|
||||
debug = false
|
||||
dashboard = true
|
||||
logLevel = "DEBUG"
|
||||
defaultEntryPoints = ["https","http"]
|
||||
|
||||
[api]
|
||||
debug = false
|
||||
dashboard = true
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":80"
|
||||
[entryPoints.http.redirect]
|
||||
entryPoint = "https"
|
||||
permanent = true
|
||||
# permanent = true
|
||||
# [entryPoints.https.auth.basic]
|
||||
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
|
||||
[entryPoints.https]
|
||||
address = ":443"
|
||||
[entryPoints.https.tls]
|
||||
|
||||
[acme]
|
||||
email = "ddns@mcseeno.de"
|
||||
storage = "acme.json"
|
||||
entryPoint = "https"
|
||||
onHostRule = true
|
||||
[acme.httpChallenge]
|
||||
entryPoint = "https"
|
||||
entryPoint = "http"
|
||||
[[acme.domains]]
|
||||
main = "czechman.dynvpn.de"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue