summaryrefslogtreecommitdiff
path: root/docs/dev_install.rst
diff options
context:
space:
mode:
authorMagnus Hagander2016-05-19 17:44:06 +0000
committerMagnus Hagander2016-05-24 19:13:00 +0000
commit3c089cd09a266ed7be23e8bf7251be828eae75b8 (patch)
tree515bd76e4b517204e50a90b1a35f9a6424b2e5ff /docs/dev_install.rst
parent753d20545a6d971500c6028332e69bc29e1771b2 (diff)
Remove SSL decorators and middleware
The site is now served regardless of SSL, and assumes that the webserver or web cache ensures that things rae always SSL.
Diffstat (limited to 'docs/dev_install.rst')
-rw-r--r--docs/dev_install.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/dev_install.rst b/docs/dev_install.rst
index 1a0a169d..6eb3d52f 100644
--- a/docs/dev_install.rst
+++ b/docs/dev_install.rst
@@ -26,7 +26,6 @@ with. Here's a quick step-by-step on how to do that:
DEBUG=True
TEMPLATE_DEBUG=DEBUG
SITE_ROOT="http://localhost:8000"
- NO_HTTPS_REDIRECT=True
SESSION_COOKIE_SECURE=False
SESSION_COOKIE_DOMAIN=None
DATABASE_NAME="pgweb"