From 5df6c3e41ebbb339329da6d7e01c7cab8258cbc7 Mon Sep 17 00:00:00 2001 From: MadLittleMods Date: Thu, 15 Sep 2022 20:33:08 +0000 Subject: deploy: 5093cbf88da1c439f5bf16b7a4cf19246781bd93 --- develop/usage/configuration/config_documentation.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'develop/usage/configuration/config_documentation.html') 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.

  • x_forwarded: 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.

    +behind a reverse-proxy.

    +
  • +
  • +

    request_id_header: The header extracted from each incoming request that is +used as the basis for the request ID. The request ID is used in +logs 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 reverse-proxy.

    +

    Added in Synapse 1.68.0.

  • resources: Only valid for an 'http' listener. A list of resources to host -- cgit 1.5.1