From 1f68a425ddcf2791d068919cc8752654bfb632c1 Mon Sep 17 00:00:00 2001 From: Mark van Lent Date: Tue, 20 Oct 2015 21:12:42 +0200 Subject: [PATCH] Fix duplicate target name "uwsgi". --- docs/scenarios/web.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 14080f3..9a5c760 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -167,8 +167,8 @@ programming languages and protocols - including Python and WSGI. uWSGI can either be run as a stand-alone web router, or be run behind a full web server (such as Nginx or Apache). In the latter case, a web server can configure uWSGI and an application's operation over the -`uwsgi `_ -protocol. uWSGI's web server support allows for dynamically configuring +`uwsgi protocol `_. +uWSGI's web server support allows for dynamically configuring Python, passing environment variables and further tuning. For full details, see `uWSGI magic variables `_.