summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-01-03 21:55:40 -0600
committerMichael Merickel <michael@merickel.org>2019-01-03 21:55:40 -0600
commit90ffe4a4e50e8c0c49afdd27a9d0d5cb1c1f0992 (patch)
tree37586aee19d1828b0efbd9c6d3ca27324f415b74
parent865b421d4dbdcc3b6524b09e009dbe52fef56df1 (diff)
downloadwaitress-90ffe4a4e50e8c0c49afdd27a9d0d5cb1c1f0992.tar.gz
fix docs to not support comma-separated settings
fixes #225
-rw-r--r--docs/reverse-proxy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reverse-proxy.rst b/docs/reverse-proxy.rst
index 7081fda..73fca46 100644
--- a/docs/reverse-proxy.rst
+++ b/docs/reverse-proxy.rst
@@ -83,7 +83,7 @@ You will also want to add to Apache::
Configure waitress's ``trusted_proxy_headers`` as appropriate::
- trusted_proxy_headers = "x-forwarded-for, x-forwarded-host, x-forwarded-proto, x-forwarded-port"
+ trusted_proxy_headers = "x-forwarded-for x-forwarded-host x-forwarded-proto x-forwarded-port"
At this point waitress will set up the WSGI environment using the information
specified in the trusted proxy headers. This will setup the following