diff options
author | Bert JW Regeer <bertjw@regeer.org> | 2018-12-31 14:03:45 -0700 |
---|---|---|
committer | Bert JW Regeer <bertjw@regeer.org> | 2018-12-31 14:03:45 -0700 |
commit | b25d84e288b637cb334e0d9dfc5218b21aad2469 (patch) | |
tree | 6ca4dedfec72db37ddcfe003b071c9c8fe7f0555 | |
parent | a768e85828618047907da07e8c50e33dd841c36c (diff) | |
download | waitress-b25d84e288b637cb334e0d9dfc5218b21aad2469.tar.gz |
Add link to documentation
-rw-r--r-- | CHANGES.txt | 3 |
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 |