summaryrefslogtreecommitdiff
path: root/docs/differences.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/differences.rst')
-rw-r--r--docs/differences.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/differences.rst b/docs/differences.rst
index e3d9435..f4af227 100644
--- a/docs/differences.rst
+++ b/docs/differences.rst
@@ -13,8 +13,8 @@ Differences from ``zope.server``
- Calls "close()" on the app_iter object returned by the WSGI application.
-- Allows per-request override of ``wsgi.url_scheme`` by the value of the
- ``X_FORWARDED_PROTO`` header
+- Allows trusted proxies to override ``wsgi.url_scheme`` for particular
+ requests by supplying the ``X_FORWARDED_PROTO`` header.
- Supports an explicit ``wsgi.url_scheme`` parameter for ease of deployment
behind SSL proxies.