Skip to content

Commit 2774fab

Browse files
almetaaugustin
authored andcommitted
docs(nginx): Fix a typo
1 parent 5f24866 commit 2774fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/howto/nginx.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Save this app to ``app.py``:
1717
.. literalinclude:: ../../example/deployment/nginx/app.py
1818
:emphasize-lines: 21,23
1919

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.
20+
We'd like nginx to connect to websockets servers via Unix sockets in order to
21+
avoid the overhead of TCP for communicating between processes running in the
22+
same OS.
2323

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

0 commit comments

Comments
 (0)