From 2312a55208ddf9a333bcf0f1bedaddbcbad26c2c Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 14 Feb 2026 00:02:43 +0100 Subject: [PATCH] Remove the en --- nix-system-configs/modules/system/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 4406d02..5696d72 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -119,7 +119,7 @@ in { settings = { BIND_NETWORK = "tcp"; BIND = "127.0.0.1:8094"; - TARGET = "http://10.1.1.249:8087/en"; # PartDB backend (serve /en) + TARGET = "http://10.1.1.249:8087"; # When running Anubis in reverse-proxy (inline) mode we must tell # the instance the public URL it serves so redirects and assets use # the protected host instead of the central anubis host.