mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
Fix typo (#120)
This commit is contained in:
parent
3683e71afc
commit
63d2166320
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user