local auskommentiert
This commit is contained in:
parent
3c5c2db72a
commit
ccda6f09b9
|
|
@ -64,9 +64,9 @@ dashboard = true
|
||||||
[entryPoints.https]
|
[entryPoints.https]
|
||||||
address = ":443"
|
address = ":443"
|
||||||
[entryPoints.https.tls]
|
[entryPoints.https.tls]
|
||||||
[entryPoints.https.tls.defaultCertificate]
|
# [entryPoints.https.tls.defaultCertificate]
|
||||||
certFile = "integration/fixtures/https/cert.crt"
|
# certFile = "integration/fixtures/https/cert.crt"
|
||||||
keyFile = "integration/fixtures/https/cert.key"
|
# keyFile = "integration/fixtures/https/cert.key"
|
||||||
|
|
||||||
[acme]
|
[acme]
|
||||||
email = "ddns@mcseeno.de"
|
email = "ddns@mcseeno.de"
|
||||||
|
|
@ -77,8 +77,8 @@ onHostRule = true
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[[acme.domains]]
|
[[acme.domains]]
|
||||||
main = "czechman.dynvpn.de"
|
main = "czechman.dynvpn.de"
|
||||||
[[acme.domains]]
|
# [[acme.domains]]
|
||||||
main = "local"
|
# main = "local"
|
||||||
|
|
||||||
#[retry]
|
#[retry]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue