mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
removed invalid domain
This commit is contained in:
parent
31afa16eee
commit
a1a48e2906
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ in
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts."homelab.localhost".extraConfig = ''
|
virtualHosts.":80".extraConfig = ''
|
||||||
reverse_proxy :8082
|
reverse_proxy :8082
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue