We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd2c98 commit 7a70651Copy full SHA for 7a70651
app/main.py
@@ -42,6 +42,8 @@ def main():
42
'ssl_cert_reqs': ssl.CERT_NONE,
43
'ssl_ca_certs': None, # TODO: add settings.SSL_CA_CERTS
44
'ssl_ciphers': settings.SSL_CIPHERS,
45
+ 'proxy_headers': True,
46
+ 'forwarded_allow_ips': '*',
47
}
48
49
# enable SSL if key and cert files are provided
0 commit comments