This commit is contained in:
Camilo Nova 2017-05-26 17:13:27 -05:00 committed by Andrew Godwin
parent 3683e71afc
commit 63d2166320

View File

@ -60,7 +60,7 @@ make sure you install the Twisted ``http2`` and ``tls`` extras::
pip install -U Twisted[tls,http2] pip install -U Twisted[tls,http2]
Next, because all current browsers only support HTTP/2 when using TLS, you will Next, because all current browsers only support HTTP/2 when using TLS, you will
need to start Daphne with TLS turned on, which can be done using the Twisted endpoint sytax:: need to start Daphne with TLS turned on, which can be done using the Twisted endpoint syntax::
daphne -e ssl:443:privateKey=key.pem:certKey=crt.pem django_project.asgi:channel_layer daphne -e ssl:443:privateKey=key.pem:certKey=crt.pem django_project.asgi:channel_layer