|
|
@@ -163,4 +163,8 @@ MESSAGE_TAGS = {
|
|
163
|
163
|
messages.ERROR: 'danger'
|
|
164
|
164
|
}
|
|
165
|
165
|
|
|
|
166
|
+# This should only be set if we are running behind a proxy server that always
|
|
|
167
|
+# sets this header and never allows it to be passed directly on from clients.
|
|
|
168
|
+SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
|
|
169
|
+
|
|
166
|
170
|
from settings_local import *
|