From 01cd91eb9cf85c73a50815428b6495f70107458b Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 20 Oct 2021 03:11:01 +0200 Subject: [PATCH] =?UTF-8?q?toml=20um=20local=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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]