toml um local ergänzt
This commit is contained in:
parent
0d7ffdfd04
commit
01cd91eb9c
|
|
@ -50,7 +50,7 @@ logLevel = "DEBUG"
|
||||||
defaultEntryPoints = ["https","http"]
|
defaultEntryPoints = ["https","http"]
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
debug = false
|
debug = true
|
||||||
dashboard = true
|
dashboard = true
|
||||||
|
|
||||||
[entryPoints]
|
[entryPoints]
|
||||||
|
|
@ -73,7 +73,8 @@ onHostRule = true
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[[acme.domains]]
|
[[acme.domains]]
|
||||||
main = "czechman.dynvpn.de"
|
main = "czechman.dynvpn.de"
|
||||||
|
[[acme.domains]]
|
||||||
|
main = "local"
|
||||||
|
|
||||||
#[retry]
|
#[retry]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue