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]