Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49e92c0

Browse files
committed
Made Gunicorn casing consistent
1 parent 7a1077a commit 49e92c0

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
@@ -142,7 +142,7 @@ to serve Python applications. It is a Python interpretation of the Ruby
142142
lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed
143143
to face the internet -- it was designed to run behind Nginx which buffers
144144
slow requests and takes care of other important considerations. A sample
145-
setup for Nginx + gUnicorn can be found in the
145+
setup for Nginx + Gunicorn can be found in the
146146
`Gunicorn help <http://gunicorn.org/deploy.html>`_.
147147

148148
.. _uwsgi-ref:
@@ -152,7 +152,7 @@ Server Best Practices
152152
:::::::::::::::::::::
153153

154154
The majority of self hosted Python applications today are hosted with a WSGI
155-
server such as :ref:`gUnicorn <gunicorn-ref>`, either directly or behind a
155+
server such as :ref:`Gunicorn <gunicorn-ref>`, either directly or behind a
156156
lightweight web server such as :ref:`nginx <nginx-ref>`.
157157

158158
The WSGI servers serve the Python applications while the web server handles

0 commit comments

Comments
 (0)