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";