Skip to content

Commit

Permalink
docs(nginx): Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
almet authored and aaugustin committed Apr 16, 2024
1 parent 5f24866 commit 2774fab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/howto/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Save this app to ``app.py``:
.. literalinclude:: ../../example/deployment/nginx/app.py
:emphasize-lines: 21,23

We'd like to nginx to connect to websockets servers via Unix sockets in order
to avoid the overhead of TCP for communicating between processes running in
the same OS.
We'd like nginx to connect to websockets servers via Unix sockets in order to
avoid the overhead of TCP for communicating between processes running in the
same OS.

We start the app with :func:`~websockets.server.unix_serve`. Each server
process listens on a different socket thanks to an environment variable set
Expand Down

0 comments on commit 2774fab

Please sign in to comment.