diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index c351011..69993dd 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -37,9 +37,9 @@ in { } // defaultConfig; placeholder = { locations."/" = { - alias = pkgs.writeText "placeholder.html" "

empty space

this site is not operational

"; + alias = pkgs.writeText "placeholder.html" "empty space -- this site is non-functional"; extraConfig = '' - default_type text/html; + default_type text/plain; ''; }; } // defaultConfig;