Fixing the redirect issue.
This commit is contained in:
parent
0501acabf3
commit
be5432916c
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ in {
|
||||||
TARGET = " ";
|
TARGET = " ";
|
||||||
|
|
||||||
# Configure redirect domains
|
# Configure redirect domains
|
||||||
REDIRECT_DOMAINS = ".prg-radio.org,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";
|
||||||
|
|
@ -66,7 +66,7 @@ in {
|
||||||
COOKIE_DOMAIN = ".prg-radio.org";
|
COOKIE_DOMAIN = ".prg-radio.org";
|
||||||
|
|
||||||
# Difficulty level
|
# Difficulty level
|
||||||
DIFFICULTY = 8;
|
DIFFICULTY = 5;
|
||||||
|
|
||||||
# Optional: serve robots.txt
|
# Optional: serve robots.txt
|
||||||
SERVE_ROBOTS_TXT = true;
|
SERVE_ROBOTS_TXT = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue