alte TOML Version wieder hergestellt

This commit is contained in:
Czechman 2021-10-22 01:45:37 +02:00
parent 27acb29620
commit a9528c848c
1 changed files with 5 additions and 1 deletions

View File

@ -59,6 +59,8 @@ dashboard = true
[entryPoints.http.redirect] [entryPoints.http.redirect]
entryPoint = "https" entryPoint = "https"
permanent = true permanent = true
# [entryPoints.https.auth.basic]
# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
[entryPoints.https] [entryPoints.https]
address = ":443" address = ":443"
[entryPoints.https.tls] [entryPoints.https.tls]
@ -68,9 +70,11 @@ storage = "acme.json"
entryPoint = "https" entryPoint = "https"
onHostRule = true onHostRule = true
[acme.httpChallenge] [acme.httpChallenge]
entryPoint = "http" entryPoint = "https"
[[acme.domains]] [[acme.domains]]
main = "czechman.dynvpn.de" main = "czechman.dynvpn.de"
[[acme.domains]]
main = "local"
#[retry] #[retry]