Add comment in settings.py explaining https fix.

feature/data-first
Daniel Perelman 4 years ago
parent a8fd1ac7e9
commit cece1cfb54

@ -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')

Loading…
Cancel
Save