Slight rewording for the Keep-Alive FAQ.

This commit is contained in:
Paul J. Davis 2010-12-12 12:07:25 -05:00
parent 73d7e906a9
commit 7f800c0eeb

View File

@ -49,12 +49,12 @@ Gunicorn fails to start with upstart
Make sure you run gunicorn with ``--daemon`` option. Make sure you run gunicorn with ``--daemon`` option.
HTTP keep-alive? Why is there no HTTP Keep-Alive?
---------------- --------------------------------
HTTP keep-alive is usually managed by the proxy on top of gunicorn (like The default Sync workers are designed to run behind Nginx which only uses
NGINX). If Gunicorn is serving directly requests to the internet, you HTTP/1.0 with it's upstream servers. If you want to send requests directly
need to use one of the async workers. See the design_ page for more info. to Nginx you should use one of the various async workers.
.. _slowloris: http://ha.ckers.org/slowloris/ .. _slowloris: http://ha.ckers.org/slowloris/
.. _setproctitle: http://pypi.python.org/pypi/setproctitle .. _setproctitle: http://pypi.python.org/pypi/setproctitle