From 23d1c06ac438af806da0801be97b677684fd842c Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 21 Dec 2022 12:47:32 +0100 Subject: [PATCH] insecure aktiviert und http standalone entfernt --- config/traefik.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"