mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix errors spotted by jturnball.
This commit is contained in:
parent
2e39db265c
commit
80594c5442
@ -65,8 +65,9 @@ machine. See the <a class="reference external" href="/configure.html#proc-name">
|
||||
<div class="section" id="why-is-there-no-http-keep-alive">
|
||||
<h3><a class="toc-backref" href="#contents">Why is there no HTTP Keep-Alive?</a></h3>
|
||||
<p>The default Sync workers are designed to run behind Nginx which only uses
|
||||
HTTP/1.0 with it's upstream servers. If you want to send requests directly
|
||||
to Nginx you should use one of the various async workers.</p>
|
||||
HTTP/1.0 with its upstream servers. If you want to deploy Gunicorn to
|
||||
handle unbuffered requests (ie, serving requests directly from the internet)
|
||||
you should use one of the async workers.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="worker-processes">
|
||||
|
||||
@ -53,8 +53,9 @@ Why is there no HTTP Keep-Alive?
|
||||
--------------------------------
|
||||
|
||||
The default Sync workers are designed to run behind Nginx which only uses
|
||||
HTTP/1.0 with it's upstream servers. If you want to send requests directly
|
||||
to Nginx you should use one of the various async workers.
|
||||
HTTP/1.0 with its upstream servers. If you want to deploy Gunicorn to
|
||||
handle unbuffered requests (ie, serving requests directly from the internet)
|
||||
you should use one of the async workers.
|
||||
|
||||
.. _slowloris: http://ha.ckers.org/slowloris/
|
||||
.. _setproctitle: http://pypi.python.org/pypi/setproctitle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user