diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 1388803..7725c75 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -493,7 +493,7 @@ in { wings-pelican.loadBalancer = { servers = [ - {url = "http://10.1.1.249:8080";} + {url = "http://10.1.1.249:2022";} ]; passHostHeader = true; };