ingress-proxy: refactor vhosts

This commit is contained in:
41666 2024-01-06 13:46:26 -05:00
parent d0d181c66d
commit 388ec5096a

View file

@ -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;