Edit for HTTPS Header

main
Samuel Zielke 9 months ago
parent c3d86c6134
commit 25abe0fc9a

@ -26,6 +26,7 @@ SECRET_KEY = 'django-insecure-0$kqaql9qn*^##h(7l^ic$nf^lyc^#8#hcpk(_3l8h!%r+er3a
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ["10.0.4.181", "cp.samuelzielke.de", "127.0.0.1", "localhost"] ALLOWED_HOSTS = ["10.0.4.181", "cp.samuelzielke.de", "127.0.0.1", "localhost"]
CSRF_TRUSTED_ORIGINS = ["https://cp.samuelzielke.de"]
# Application definition # Application definition

Loading…
Cancel
Save

Powered by TurnKey Linux.