ingress-proxy: refactor vhosts
This commit is contained in:
parent
34be84f64f
commit
d0d181c66d
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ in {
|
||||||
} // defaultConfig;
|
} // defaultConfig;
|
||||||
placeholder = {
|
placeholder = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
alias = pkgs.writeText "placeholder.html" "<!doctype html><h1>empty space</h1><p>this site is not operational</p>";
|
alias = pkgs.writeText "placeholder.html" "empty space -- this site is non-functional";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
default_type text/html;
|
default_type text/plain;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
} // defaultConfig;
|
} // defaultConfig;
|
||||||
|
|
Loading…
Add table
Reference in a new issue