From c74b5a5fbaf03ada3d71de7f46a95e46c60d1bc4 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 2 Jun 2024 18:14:40 -0400 Subject: [PATCH] ingress-proxy: update static-sites config --- nixos/hosts/ingress-proxy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 8bd7d7e..e96321e 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -69,6 +69,7 @@ in rec { staticSite = { locations."/" = { proxyPass = "http://staticsites"; + recommendedProxySettings = true; }; } // defaultConfig;