Nope, it still breaks stuff up.

This commit is contained in:
Root User 2026-02-13 23:55:31 +01:00
parent 4a003d2bb6
commit a5dff41427
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -119,12 +119,11 @@ 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"; # PartDB backend TARGET = "http://10.1.1.249:8087/en"; # PartDB backend (serve /en)
# 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.
# NOTE: THE '/en/' is load bearing. PUBLIC_URL = "https://partdb.prg-radio.org";
PUBLIC_URL = "https://partdb.prg-radio.org/en/";
DIFFICULTY = 20; DIFFICULTY = 20;
SERVE_ROBOTS_TXT = true; SERVE_ROBOTS_TXT = true;
WEBMASTER_EMAIL = "dtu.prg@gmail.com"; WEBMASTER_EMAIL = "dtu.prg@gmail.com";