From 2f1b9952d1f3f6ff00fb876bb27ab48d22ca4684 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:07:59 +0100 Subject: [PATCH] Revert the change. --- 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 64be9d8..68bef7e 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -118,7 +118,7 @@ in { settings = { BIND_NETWORK = "tcp"; BIND = "127.0.0.1:8094"; - TARGET = "http://10.1.1.249:8087/en/"; # PartDB backend + TARGET = "http://10.1.1.249:8087"; # PartDB backend DIFFICULTY = 20; SERVE_ROBOTS_TXT = true; WEBMASTER_EMAIL = "dtu.prg@gmail.com";