mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
keepalive faq.
This commit is contained in:
parent
29a8254b22
commit
c4312b94c9
@ -49,6 +49,13 @@ 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?
|
||||||
|
----------------
|
||||||
|
|
||||||
|
HTTP keep-alive is usually managed by the proxy on top of gunicorn (like
|
||||||
|
NGINX). If Gunicorn is serving directly requests to the internet, you
|
||||||
|
need to use one of the async workers. See the design_ page for more info.
|
||||||
|
|
||||||
.. _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
|
||||||
.. _proc_name: /configure.html#proc-name
|
.. _proc_name: /configure.html#proc-name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user