From 08c5479eba1a649115783f8c0824734e0c648bf0 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Dec 2023 18:08:58 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 08f7bec..467c208 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -59,7 +59,7 @@ in { proxyPass = "http://hsb"; proxyWebsockets = true; extraConfig = '' - proxy_set_header Host $host; + proxy_set_header Host "happ.ystatic.buzz"; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; '';