From 4db8958ebf8c7ffb1650234ef9f35d348b17c9ed Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Wed, 6 Feb 2019 22:16:48 +0100 Subject: [PATCH] https.auth.basic tmp. entfernt --- config/traefik.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/traefik.toml b/config/traefik.toml index 2116930..f10a665 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -59,8 +59,8 @@ dashboard = true [entryPoints.http.redirect] entryPoint = "https" permanent = true - [entryPoints.https.auth.basic] - users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] +# [entryPoints.https.auth.basic] +# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls]