fix redirect loop
This commit is contained in:
parent
871a258672
commit
232488e9a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ homelab, lib, ... }: let
|
{ homelab, lib, ... }: let
|
||||||
base = "proxy.${homelab.domain}";
|
base = "proxy.${homelab.domain}";
|
||||||
hosts = {
|
hosts = {
|
||||||
"server" = { dest = "http://server.dns.${homelab.domain}:8006"; auth = false; };
|
"server" = { dest = "https://server.dns.${homelab.domain}:8006"; auth = false; };
|
||||||
"router" = { dest = "http://router.dns.${homelab.domain}:80"; auth = false; };
|
"router" = { dest = "http://router.dns.${homelab.domain}:80"; auth = false; };
|
||||||
"home" = { dest = "http://home.dns.${homelab.domain}:8123"; auth = false; };
|
"home" = { dest = "http://home.dns.${homelab.domain}:8123"; auth = false; };
|
||||||
"nas" = { dest = "http://nas.dns.${homelab.domain}:80"; auth = false; };
|
"nas" = { dest = "http://nas.dns.${homelab.domain}:80"; auth = false; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue