diff --git a/config/traefik.toml b/config/traefik.toml index 6e28c31..b87c390 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -10,13 +10,14 @@ filename = "/etc/traefik/dynamic.yml" [api] + insecure = true dashboard = true # https://doc.traefik.io/traefik/routing/entrypoints/#redirection [entryPoints.web] address = ":80" - [entryPoints.web.http] +# [entryPoints.web.http] # [entryPoints.web.http.redirections] # [entryPoints.web.http.redirections.entryPoint] # to = "websecure"