summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorMadLittleMods <MadLittleMods@users.noreply.github.com>2022-09-15 20:33:08 +0000
committerMadLittleMods <MadLittleMods@users.noreply.github.com>2022-09-15 20:33:08 +0000
commit5df6c3e41ebbb339329da6d7e01c7cab8258cbc7 (patch)
tree4f1ee8d05f4d4783d63f6cf3d76bec0a87a0b1f8 /develop/usage/configuration
parentdeploy: 80bb098d8775cc2ad1bf5abd150913577e643481 (diff)
downloadsynapse-5df6c3e41ebbb339329da6d7e01c7cab8258cbc7.tar.xz
deploy: 5093cbf88da1c439f5bf16b7a4cf19246781bd93
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/config_documentation.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 770c600719..8db17f9cec 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -488,7 +488,16 @@ configuration.</p> </li> <li> <p><code>x_forwarded</code>: Only valid for an 'http' listener. Set to true to use the X-Forwarded-For header as the client IP. Useful when Synapse is -behind a reverse-proxy.</p> +behind a <a href="../../reverse_proxy.html">reverse-proxy</a>.</p> +</li> +<li> +<p><code>request_id_header</code>: The header extracted from each incoming request that is +used as the basis for the request ID. The request ID is used in +<a href="../administration/request_log.html#request-log-format">logs</a> and tracing to +correlate and match up requests. When unset, Synapse will automatically +generate sequential request IDs. This option is useful when Synapse is behind +a <a href="../../reverse_proxy.html">reverse-proxy</a>.</p> +<p><em>Added in Synapse 1.68.0.</em></p> </li> <li> <p><code>resources</code>: Only valid for an 'http' listener. A list of resources to host