summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2018-12-31 14:03:45 -0700
committerBert JW Regeer <bertjw@regeer.org>2018-12-31 14:03:45 -0700
commitb25d84e288b637cb334e0d9dfc5218b21aad2469 (patch)
tree6ca4dedfec72db37ddcfe003b071c9c8fe7f0555
parenta768e85828618047907da07e8c50e33dd841c36c (diff)
downloadwaitress-b25d84e288b637cb334e0d9dfc5218b21aad2469.tar.gz
Add link to documentation
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 002115f..1dd5dd2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,9 @@ Features
If you expect to need this behaviour please explicitly set these variables in
your configuration, or pin this version of waitress.
+ Documentation:
+ https://docs.pylonsproject.org/projects/waitress/en/latest/reverse-proxy.html
+
- Waitress can now accept a list of sockets that are already pre-bound rather
than creating its own to allow for socket activation. Support for init
systems/other systems that create said activated sockets is not included. See