From f77133e5abd0cefb37c0ecf7b86062084798e376 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Dec 2023 18:28:07 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 467c208..991ca18 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -58,11 +58,11 @@ in { locations."/" = { proxyPass = "http://hsb"; 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 = '' + # proxy_set_header Host "happ.ystatic.buzz"; + # proxy_set_header X-Forwarded-For $remote_addr; + # proxy_set_header X-Forwarded-Proto $scheme; + #''; }; extraConfig = '' client_max_body_size 40M;