From b3d7be6786ced67e09746e0efa71a9248ede71a7 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 22:32:32 +0200 Subject: [PATCH] [zineshop] do not set auth header... slowly getting mad --- machines/vpn/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index 0f99718d..6eb1d22d 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -72,11 +72,6 @@ with lib; proxyPass = "http://10.100.0.101"; extraConfig = '' proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Authorization $http_authorization; # Pass the Authorization header - proxy_pass_header Authorization; ''; }; };