diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-09-10 13:26:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:26:34 +0100 |
commit | 95d869c357542b4aa8c1d2344cfb6041d6fd0ea5 (patch) | |
tree | c61e384b1a9ba65b0e175c1b46d35453d2a25b04 /changelog.d | |
parent | Clean up `Notifier.on_new_room_event` code path (#8288) (diff) | |
download | synapse-95d869c357542b4aa8c1d2344cfb6041d6fd0ea5.tar.xz |
Add /_synapse/client to the reverse proxy docs (#8227)
This PR adds a information about forwarding `/_synapse/client` endpoints through your reverse proxy. The first of these endpoints are introduced in https://github.com/matrix-org/synapse/pull/8004.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8227.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8227.doc b/changelog.d/8227.doc new file mode 100644 index 0000000000..4a43015a83 --- /dev/null +++ b/changelog.d/8227.doc @@ -0,0 +1 @@ +Add `/_synapse/client` to the reverse proxy documentation. |