summaryrefslogtreecommitdiff
path: root/docs/differences.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-09-03 15:29:12 -0400
committerTres Seaver <tseaver@palladion.com>2013-09-03 15:29:12 -0400
commit8df34e42973b536fdcac45e31bde01d4009cf302 (patch)
tree91e1f3e7ba3d3b4b689f76e4e709f643c81bad88 /docs/differences.rst
parentf058cfcb3909d448412d2fb129b06f79c1c40635 (diff)
downloadwaitress-8df34e42973b536fdcac45e31bde01d4009cf302.tar.gz
Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.
Diffstat (limited to 'docs/differences.rst')
-rw-r--r--docs/differences.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences.rst b/docs/differences.rst
index e2279c3..0185033 100644
--- a/docs/differences.rst
+++ b/docs/differences.rst
@@ -14,7 +14,7 @@ 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_WSGI_URL_SCHEME`` header
+ ``X_FORWARDED_PROTO`` header
- Supports an explicit ``wsgi.url_scheme`` parameter for ease of deployment
behind SSL proxies.