diff --git a/config/traefik.toml b/config/traefik.toml index e575919..d10ac02 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -50,7 +50,7 @@ logLevel = "DEBUG" defaultEntryPoints = ["https","http"] [api] -debug = false +debug = true dashboard = true [entryPoints] @@ -73,8 +73,9 @@ onHostRule = true entryPoint = "https" [[acme.domains]] main = "czechman.dynvpn.de" - - + [[acme.domains]] + main = "local" + #[retry] [docker]