From bd45b4cd862c46cd7f39f9db23dc256924b341b9 Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Mon, 4 Feb 2019 22:52:05 +0100 Subject: [PATCH] dashboard korrigiert --- config/traefik.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index 8b60473..585fc75 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -47,6 +47,7 @@ # [backends.dokuwiki.servers.wiki] # url = "http://172.17.0.2:80" +[api] debug = false dashboard = true logLevel = "DEBUG" @@ -62,6 +63,13 @@ defaultEntryPoints = ["https","http"] [entryPoints.https] address = ":443" [entryPoints.https.tls] +[acme] +email = "ddns@mcseeno.de" +storage = "acme.json" +entryPoint = "https" +onHostRule = true +[acme.httpChallenge] +entryPoint = "http" [retry] @@ -71,10 +79,3 @@ domain = "czechman.dynvpn.de" watch = true exposedByDefault = false -[acme] -email = "ddns@mcseeno.de" -storage = "acme.json" -entryPoint = "https" -onHostRule = true -[acme.httpChallenge] -entryPoint = "http"