From e98265b710637c9b93672886ab8aaefe0526b7ca Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Dec 2023 18:09:27 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 467c208..32e6e7c 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -60,8 +60,6 @@ in { proxyWebsockets = true; extraConfig = '' proxy_set_header Host "happ.ystatic.buzz"; - proxy_set_header X-Forwarded-For $remote_addr; - proxy_set_header X-Forwarded-Proto $scheme; ''; }; extraConfig = ''