From 1dd6de914b77f7728dc2e74b19be203c301f6011 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 20:39:54 +0100 Subject: [PATCH] Fixing again... more troubleshooting. --- nix-system-configs/modules/system/traefik.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index bf83fbc..4beb64a 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -153,11 +153,11 @@ in { ]; authRequestHeaders = [ "Cookie" - "X-Forwarded-Proto" - "X-Forwarded-Host" - "X-Forwarded-Uri" - "X-Forwarded-For" - "X-Real-Ip" + #"X-Forwarded-Proto" + #"X-Forwarded-Host" + #"X-Forwarded-Uri" + #"X-Forwarded-For" + #"X-Real-Ip" ]; }; };