ingress-proxy: refactor vhosts
This commit is contained in:
parent
d0d181c66d
commit
388ec5096a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in {
|
||||||
root = if src != null then src else builtins.fetchGit { inherit url rev; };
|
root = if src != null then src else builtins.fetchGit { inherit url rev; };
|
||||||
} // defaultConfig;
|
} // defaultConfig;
|
||||||
placeholder = {
|
placeholder = {
|
||||||
locations."/" = {
|
locations."=/" = {
|
||||||
alias = pkgs.writeText "placeholder.html" "empty space -- this site is non-functional";
|
alias = pkgs.writeText "placeholder.html" "empty space -- this site is non-functional";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
|
|
Loading…
Add table
Reference in a new issue