Add comment in settings.py explaining https fix.
This commit is contained in:
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…
Reference in New Issue
Block a user