Alex Chan 74b384b2fe incorrect SSL header used in example config
Updating the example local_settings.py to have HTTP_X_FORWARDED_PROTO in
addition to HTTP_X_FORWARDED_PROTOCOL.  Only Django 1.4 uses
HTTP_X_FORWARDED_PROTOCOL and Django 1.5 and up uses HTTP_X_FORWARDED_PROTO
which is probably the majority of installations.

Closes-bug: #1446836
Change-Id: Iebb854cf5e5586c6613b5755d4641ee896056334
2015-04-24 10:41:58 -07:00
..