diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 68bef7e..cee7fe5 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -268,6 +268,7 @@ in { servers = [ {url = "http://127.0.0.1:8094";} ]; + passHostHeader = true; }; };