Skip to content

Commit

Permalink
Redirect from apex domain (fixes DDCZ-2S)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed May 17, 2024
1 parent 41d6be5 commit 0f3df80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graveyard/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@

WSGI_APPLICATION = "graveyard.wsgi.application"

ALLOWED_HOSTS = ["www.dracidoupe.cz", "nove.dracidoupe.cz"]
ALLOWED_HOSTS = ["www.dracidoupe.cz", "nove.dracidoupe.cz", "dracidoupe.cz"]
PREPEND_WWW = True

STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
STATIC_HOST = STATIC_URL = "https://static.dracidoupe.cz/"
Expand Down

0 comments on commit 0f3df80

Please sign in to comment.