Skip to content
Snippets Groups Projects
Commit 1fe50013 authored by Jason Robinson's avatar Jason Robinson
Browse files

Fix federation_reader listeners doc as per PR review

parent aa6ad288
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,18 @@ reverse-proxy configuration.
The `^/_matrix/federation/v1/send/` endpoint must only be handled by a single
instance.
Note that the `worker_listeners.resources.name` needs to be set to `federation`
for this worker.
Note that `federation` must be added to the listener resources in the worker config:
```yaml
worker_app: synapse.app.federation_reader
...
worker_listeners:
- type: http
port: <port>
resources:
- names:
- federation
```
### `synapse.app.federation_sender`
......
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