From e6d9359fb690b64ed6e6f4f4c8c29f1b95e7dc09 Mon Sep 17 00:00:00 2001 From: Guba Sándor <guba.sandor@cloud.bme.hu> Date: Thu, 5 Jun 2014 16:28:39 +0200 Subject: [PATCH] settings: accept HTTP_X_FORWARDED_PROTOCOL --- circle/circle/settings/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/circle/circle/settings/local.py b/circle/circle/settings/local.py index 99a73c8..938f2b2 100644 --- a/circle/circle/settings/local.py +++ b/circle/circle/settings/local.py @@ -29,6 +29,7 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG ########## END DEBUG CONFIGURATION +SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTOCOL', 'https') ########## EMAIL CONFIGURATION # See: https://docs.djangoproject.com/en/dev/ref/settings/#email-backend -- libgit2 0.26.0