Add comment in settings.py explaining https fix.

This commit is contained in:
Daniel Perelman 2020-05-25 17:06:12 -07:00
parent a8fd1ac7e9
commit cece1cfb54

View File

@ -91,4 +91,5 @@ CHANNEL_LAYERS = {
},
}
# https://docs.djangoproject.com/en/3.0/ref/settings/#secure-proxy-ssl-header
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')