mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 01:55:53 +03:00
5093cbf88d
Fix https://github.com/matrix-org/synapse/issues/13685 New config: ```diff listeners: - port: 8008 tls: false type: http x_forwarded: true + request_id_header: "cf-ray" bind_addresses: ['::1', '127.0.0.1', '0.0.0.0'] ```
1 line
166 B
Gherkin
1 line
166 B
Gherkin
Add `listeners[x].request_id_header` config to specify which request header to extract and use as the request ID in order to correlate requests from a reverse-proxy.
|