Improved sentence flow

This commit is contained in:
Kyle Kelley
2013-03-21 17:29:20 -04:00
parent 92e27e3a8c
commit dcfb70bcf5
+2 -2
View File
@@ -140,8 +140,8 @@ Gunicorn
to serve Python applications. It is a Python interpretation of the Ruby to serve Python applications. It is a Python interpretation of the Ruby
`Unicorn <http://unicorn.bogomips.org/>`_ server. Unicorn is designed to be `Unicorn <http://unicorn.bogomips.org/>`_ server. Unicorn is designed to be
lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed lightweight, easy to use, and uses many UNIX idioms. Gunicorn is not designed
to face the internet, in fact it was designed to run behind Nginx which buffers to face the internet -- it was designed to run behind Nginx which buffers
slow requests, and takes care of other important considerations. A sample 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 <http://gunicorn.org/deploy.html>`_. `Gunicorn help <http://gunicorn.org/deploy.html>`_.