diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 44ff296..16d85b7 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -422,7 +422,7 @@ in { rule = "Host(`minecraft.prg-radio.org`)"; service = "bluemap"; entryPoints = ["websecure"]; - tls = {certresolver = "acme";}; + tls = {}; middlewares = ["anubisForwardAuth"]; }; }; @@ -488,7 +488,6 @@ in { servers = [ {url = "http://10.1.1.244:8100";} ]; - passHostHeader = true; }; };