From 49e92c07c9d04369fde1d69bc8274264b95e3119 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sun, 24 Mar 2013 17:19:38 -0400 Subject: [PATCH] Made Gunicorn casing consistent --- 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 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