We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f24866 commit 2774fabCopy full SHA for 2774fab
docs/howto/nginx.rst
@@ -17,9 +17,9 @@ Save this app to ``app.py``:
17
.. literalinclude:: ../../example/deployment/nginx/app.py
18
:emphasize-lines: 21,23
19
20
-We'd like to nginx to connect to websockets servers via Unix sockets in order
21
-to avoid the overhead of TCP for communicating between processes running in
22
-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.
23
24
We start the app with :func:`~websockets.server.unix_serve`. Each server
25
process listens on a different socket thanks to an environment variable set
0 commit comments