Skip to content

Commit 1f68a42

Browse files
author
Mark van Lent
committed
Fix duplicate target name "uwsgi".
1 parent d8b6a22 commit 1f68a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/web.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ programming languages and protocols - including Python and WSGI. uWSGI can
167167
either be run as a stand-alone web router, or be run behind a full web
168168
server (such as Nginx or Apache). In the latter case, a web server can
169169
configure uWSGI and an application's operation over the
170-
`uwsgi <https://uwsgi-docs.readthedocs.org/en/latest/Protocol.html>`_
171-
protocol. uWSGI's web server support allows for dynamically configuring
170+
`uwsgi protocol <https://uwsgi-docs.readthedocs.org/en/latest/Protocol.html>`_.
171+
uWSGI's web server support allows for dynamically configuring
172172
Python, passing environment variables and further tuning. For full details,
173173
see `uWSGI magic
174174
variables <https://uwsgi-docs.readthedocs.org/en/latest/Vars.html>`_.

0 commit comments

Comments
 (0)