From 77a175a64306fd5a1818ea8a9b6fad68b284d83b Mon Sep 17 00:00:00 2001 From: Czechman Date: Sat, 21 Sep 2024 21:24:07 +0200 Subject: [PATCH] allowACMEByPass wieder deactiviert --- config/traefik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/traefik.yml b/config/traefik.yml index 031fdd5..63b4fde 100644 --- a/config/traefik.yml +++ b/config/traefik.yml @@ -28,11 +28,11 @@ entryPoints: redirections: entryPoint: to: websecure - allowACMEByPass: true +# allowACMEByPass: true websecure: address: :443 - allowACMEByPass: true +# allowACMEByPass: true ################################################################ # Traefik logs configuration