From 388ec5096a0c5f9f5026752040246cf440994b5d Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 13:46:26 -0500 Subject: [PATCH] ingress-proxy: refactor vhosts --- 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 69993dd..219dbee 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -36,7 +36,7 @@ in { root = if src != null then src else builtins.fetchGit { inherit url rev; }; } // defaultConfig; placeholder = { - locations."/" = { + locations."=/" = { alias = pkgs.writeText "placeholder.html" "empty space -- this site is non-functional"; extraConfig = '' default_type text/plain;