Test
This commit is contained in:
parent
e546043d97
commit
9be8d6a1c7
1 changed files with 2 additions and 0 deletions
|
@ -72,10 +72,12 @@
|
||||||
services = [
|
services = [
|
||||||
{
|
{
|
||||||
name = "http";
|
name = "http";
|
||||||
|
server = "/usr/bin/env"; # Placeholder.
|
||||||
extraConfig = "redirect = 10.100.0.2 80";
|
extraConfig = "redirect = 10.100.0.2 80";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "https";
|
name = "https";
|
||||||
|
server = "/usr/bin/env"; # Placeholder.
|
||||||
extraConfig = "redirect = 10.100.0.2 443";
|
extraConfig = "redirect = 10.100.0.2 443";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue