From f0e03153aa1a5fb45af66a760e5e6f2aee56767b Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Tue, 5 Feb 2019 01:52:37 +0100 Subject: [PATCH] permanent entfernt wegen 404 --- config/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 5c1e5e0..18467f2 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -58,7 +58,7 @@ defaultEntryPoints = ["https","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]