From 2774fabc13f09311dec345cc8513aa7b93200b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 16 Apr 2024 16:52:01 +0200 Subject: [PATCH] docs(nginx): Fix a typo --- docs/howto/nginx.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/howto/nginx.rst b/docs/howto/nginx.rst index 30545fbc7..ff42c3c2b 100644 --- a/docs/howto/nginx.rst +++ b/docs/howto/nginx.rst @@ -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