From ad1287b7a9ab0bae595f6297146b5044075da908 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 20:24:15 +0100 Subject: [PATCH] Fixing again... more troubleshooting. --- nix-system-configs/modules/system/traefik.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 9a8c99a..bf83fbc 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -151,6 +151,14 @@ in { authResponseHeaders = [ "X-Anubis-Authorized" ]; + authRequestHeaders = [ + "Cookie" + "X-Forwarded-Proto" + "X-Forwarded-Host" + "X-Forwarded-Uri" + "X-Forwarded-For" + "X-Real-Ip" + ]; }; }; };