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.
diff --git a/doc/site/faq.rst b/doc/site/faq.rst
index f6f91c8b..532e5a9c 100644
--- a/doc/site/faq.rst
+++ b/doc/site/faq.rst
@@ -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