diff options
author | Vertux <Vertux@users.noreply.github.com> | 2022-12-28 16:45:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 15:45:28 +0000 |
commit | 8d20b1ba1eb072c983ae4d5e455b09195dcf6755 (patch) | |
tree | 2aaa66b40328b696729debd8fc76f9c738025778 /docs | |
parent | Add a `cached` helper to the module API (#14663) (diff) | |
download | synapse-8d20b1ba1eb072c983ae4d5e455b09195dcf6755.tar.xz |
Broken link "request_id_header" (#14740)
* Broken link "request_id_header" The link above leads to an ERROR 404 * Update docs/reverse_proxy.md Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reverse_proxy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reverse_proxy.md b/docs/reverse_proxy.md index 48dbc1c58e..06337e7c00 100644 --- a/docs/reverse_proxy.md +++ b/docs/reverse_proxy.md @@ -46,7 +46,7 @@ when using a containerized Synapse, as that will prevent it from responding to proxied traffic.) Optionally, you can also set -[`request_id_header`](../usage/configuration/config_documentation.md#listeners) +[`request_id_header`](./usage/configuration/config_documentation.md#listeners) so that the server extracts and re-uses the same request ID format that the reverse proxy is using. |