diff options
author | Tres Seaver <tseaver@palladion.com> | 2014-03-10 12:14:02 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2014-03-10 12:14:02 -0400 |
commit | 7be2fcc01201d22c08791e6ccc4574a5d383bf9f (patch) | |
tree | e65b8a41ab29c2e8c98f5f8bc2a0c1a0802eeedd /docs/differences.rst | |
parent | ab015fd0b9e28ecf1adada6e53e2f66c3925b301 (diff) | |
download | waitress-feature.x_wsgi_url_scheme-header.tar.gz |
Document the 'trusted_proxy' bit.feature.x_wsgi_url_scheme-header
Diffstat (limited to 'docs/differences.rst')
-rw-r--r-- | docs/differences.rst | 4 |
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. |