Skip to content

Commit 91f1687

Browse files
committed
Added comment about HTTPS proxy setting.
1 parent 44e57dd commit 91f1687

9 files changed

Lines changed: 10 additions & 8 deletions

File tree

deis/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@
312312
# see https://docs.djangoproject.com/en/1.5/ref/settings/#std:setting-ALLOWED_HOSTS
313313
ALLOWED_HOSTS = ['*']
314314

315+
# Honor HTTPS from a trusted proxy
316+
# see https://docs.djangoproject.com/en/1.6/ref/settings/#secure-proxy-ssl-header
315317
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
316318

317319
# import dynamic confd settings from /app, if they exist

images/builder

images/cache

Submodule cache updated from cfa767e to 37a5871

images/database

images/discovery

images/logger

images/registry

images/server

images/worker

0 commit comments

Comments
 (0)