File tree 1 file changed +2
-2
lines changed
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
142
142
lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed
143
143
to face the internet -- it was designed to run behind Nginx which buffers
144
144
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
146
146
`Gunicorn help <http://gunicorn.org/deploy.html >`_.
147
147
148
148
.. _uwsgi-ref :
@@ -152,7 +152,7 @@ Server Best Practices
152
152
:::::::::::::::::::::
153
153
154
154
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
156
156
lightweight web server such as :ref: `nginx <nginx-ref >`.
157
157
158
158
The WSGI servers serve the Python applications while the web server handles
You can’t perform that action at this time.
0 commit comments