From b56cbc5d167f361b8f7291d81da868725c7f41a7 Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 22 Oct 2021 02:09:12 +0200 Subject: [PATCH] weiterer Versuch --- config/traefik.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index ad033b8..ff03078 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -46,31 +46,32 @@ # [backends.dokuwiki] # [backends.dokuwiki.servers.wiki] # url = "http://172.17.0.2:80" +debug = false +dashboard = true logLevel = "DEBUG" defaultEntryPoints = ["https","http"] [api] -debug = false -dashboard = true [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" - permanent = true +# permanent = true # [entryPoints.https.auth.basic] # users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls] + [acme] email = "ddns@mcseeno.de" storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] -entryPoint = "https" +entryPoint = "http" [[acme.domains]] main = "czechman.dynvpn.de"