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.