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;