File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ to serve Python applications. It is a Python interpretation of the Ruby
142142lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed
143143to face the internet -- it was designed to run behind Nginx which buffers
144144slow 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
154154The 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
156156lightweight web server such as :ref: `nginx <nginx-ref >`.
157157
158158The WSGI servers serve the Python applications while the web server handles
You can’t perform that action at this time.
0 commit comments