diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 9b7f62743..4754ccb20 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -142,7 +142,7 @@ to serve Python applications. It is a Python interpretation of the Ruby lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed to face the internet -- it was designed to run behind Nginx which buffers slow requests and takes care of other important considerations. A sample -setup for Nginx + gUnicorn can be found in the +setup for Nginx + Gunicorn can be found in the `Gunicorn help `_. .. _uwsgi-ref: @@ -152,7 +152,7 @@ Server Best Practices ::::::::::::::::::::: The majority of self hosted Python applications today are hosted with a WSGI -server such as :ref:`gUnicorn `, either directly or behind a +server such as :ref:`Gunicorn `, either directly or behind a lightweight web server such as :ref:`nginx `. The WSGI servers serve the Python applications while the web server handles