From 5ca27749600092dbbb06c787cdee9b9444023991 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Mon, 23 Mar 2026 02:37:42 +0100 Subject: [PATCH] Derp again again --- nix-system-configs/modules/system/traefik.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 35e44ee..74e59c8 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -390,7 +390,6 @@ in { tls = {certresolver = "acme";}; }; - # Matrix HTTP router for client requests (Element etc.) matrix = { rule = "Host(`lgbtq.prg-radio.org`)"; @@ -494,13 +493,12 @@ in { servers = [ {url = "http://10.1.1.249:8070";} ]; - passHostHeader = true; }; wings-pelican.loadBalancer = { - servers = [ { url = "https://10.1.1.249:8443"; } ]; - passHostHeader = true; - serversTransport = "wings-transport"; + servers = [ + {url = "https://10.1.1.249:8443";} + ]; }; # Mail JMAP HTTP backend