Fixing the redirect issue... again.
This commit is contained in:
parent
be5432916c
commit
8aa0715d21
1 changed files with 2 additions and 2 deletions
|
|
@ -57,13 +57,13 @@ in {
|
||||||
TARGET = " ";
|
TARGET = " ";
|
||||||
|
|
||||||
# Configure redirect domains
|
# Configure redirect domains
|
||||||
REDIRECT_DOMAINS = ".prg-radio.org, prg-radio.org";
|
REDIRECT_DOMAINS = "*.prg-radio.org, 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 = 5;
|
DIFFICULTY = 5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue