From 55b26bdb1919d3cdb773301ceb1918b1e80460c6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 15 Jul 2013 21:45:29 +0200 Subject: [PATCH] add https headerr --- oxdata/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oxdata/settings.py b/oxdata/settings.py index 2595386..6806823 100644 --- a/oxdata/settings.py +++ b/oxdata/settings.py @@ -43,6 +43,7 @@ XSENDFILE = False #with nginx X-Accel-Redirect set this to True XACCELREDIRECT = False +SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') SITE_ID = 1