Remove the en

This commit is contained in:
Root User 2026-02-14 00:02:43 +01:00
parent fff2ca9e38
commit 2312a55208
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -119,7 +119,7 @@ in {
settings = { settings = {
BIND_NETWORK = "tcp"; BIND_NETWORK = "tcp";
BIND = "127.0.0.1:8094"; 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 # When running Anubis in reverse-proxy (inline) mode we must tell
# the instance the public URL it serves so redirects and assets use # the instance the public URL it serves so redirects and assets use
# the protected host instead of the central anubis host. # the protected host instead of the central anubis host.