Fixing the redirect issue... again.

This commit is contained in:
Root User 2026-02-13 20:13:22 +01:00
parent 3140e4072e
commit 7af502fa44
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -57,13 +57,13 @@ in {
TARGET = " "; TARGET = " ";
# Configure redirect domains # Configure redirect domains
REDIRECT_DOMAINS = "*.prg-radio.org"; #REDIRECT_DOMAINS = "*.prg-radio.org";
# Public URL for Anubis # Public URL for Anubis
PUBLIC_URL = "https://anubis.prg-radio.org"; PUBLIC_URL = "https://anubis.prg-radio.org";
# Cookie domain for proper scoping # Cookie domain for proper scoping
COOKIE_DOMAIN = "*.prg-radio.org"; #COOKIE_DOMAIN = "*.prg-radio.org";
# Difficulty level # Difficulty level
DIFFICULTY = 20; DIFFICULTY = 20;