From 6cc82eeda01109eccfe67213a09f74ecfc45613d Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 20 Sep 2024 03:30:52 +0200 Subject: [PATCH] allowACMEByPass: true --- config/traefik.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/traefik.yml b/config/traefik.yml index 96e5643..7786958 100644 --- a/config/traefik.yml +++ b/config/traefik.yml @@ -28,9 +28,11 @@ entryPoints: redirections: entryPoint: to: websecure + allowACMEByPass: true websecure: address: :443 + allowACMEByPass: true ################################################################ # Traefik logs configuration