From a4422bdc263ced5c187c791518341b96021c7a6a Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 20 Oct 2021 04:57:26 +0200 Subject: [PATCH] =?UTF-8?q?kommentar=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index e95a82a..ae36b39 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -59,14 +59,9 @@ dashboard = true [entryPoints.http.redirect] entryPoint = "https" permanent = true -# [entryPoints.https.auth.basic] -# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls] -# [entryPoints.https.tls.defaultCertificate] -# certFile = "integration/fixtures/https/cert.crt" -# keyFile = "integration/fixtures/https/cert.key" [acme] email = "ddns@mcseeno.de"