Skip to content
Snippets Groups Projects
Unverified Commit 5093cbf8 authored by Eric Eastwood's avatar Eric Eastwood Committed by GitHub
Browse files

Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull...

Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801)

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']
```
parent 140af0cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment