diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 6074c2c..f8e1b60 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -57,13 +57,13 @@ in { TARGET = " "; # Configure redirect domains - REDIRECT_DOMAINS = "prg-radio.org"; + REDIRECT_DOMAINS = ".prg-radio.org,prg-radio.org,*.prg-radio.org"; # Public URL for Anubis PUBLIC_URL = "https://anubis.prg-radio.org"; # Cookie domain for proper scoping - COOKIE_DOMAIN = "prg-radio.org"; + COOKIE_DOMAIN = ".prg-radio.org"; # Difficulty level DIFFICULTY = 8;