summary refs log tree commit diff
path: root/changelog.d/7463.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Caddy 2 example (#7463)Jeff Peeler2020-05-151-0/+1
The specific headers that are passed using this new configuration format are Host and X-Forwarded-For, which should be all that's required. Note that for production another matcher should be added in the first section to properly handle the base_url lookup: reverse_proxy /.well-known/matrix/* http://localhost:8008 Signed-off-by: Jeff Peeler <jpeeler@gmail.com>