From 5b08019b6477f0953966f651c11975008209366d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 26 Jun 2016 21:08:13 +0200 Subject: [PATCH] add https setting to docs --- docs/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.rst b/docs/installation.rst index 67a22695c5..60ffe03f30 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -146,6 +146,7 @@ To get your instance running in production you need to create your production se SESSION_COOKIE_SECURE = True SECURE_HSTS_SECONDS = 31536000 SECURE_HSTS_INCLUDE_SUBDOMAINS = True + ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https' # Url for serving assets like CSS, JavaScript and images STATIC_URL = '/static/'