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;