From 6b4cecf909c120b4d9136c7b36c451afb60a6f86 Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Sun, 3 Feb 2019 15:44:08 +0100 Subject: [PATCH] https auth --- config/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 78a6599..8b60473 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -57,7 +57,7 @@ defaultEntryPoints = ["https","http"] address = ":80" [entryPoints.http.redirect] entryPoint = "https" - [entryPoints.http.auth.basic] + [entryPoints.https.auth.basic] users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443"