From 47278964fcfe213e0ea41edbd6f8d23e081288ca Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 20 Mar 2026 16:24:13 +0100 Subject: [PATCH] Fix anubis middleware --- nix-system-configs/modules/system/traefik.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }; };