From b4d6f7d22911b3273e55c02c353b4d1b76847c81 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:18:52 +0100 Subject: [PATCH] Try to fix the PartDB page load issue. --- nix-system-configs/modules/system/traefik.nix | 1 + 1 file changed, 1 insertion(+) 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; }; };