fix listener docs - admin api only on main process (#17590)
This commit is contained in:
parent
8678516e79
commit
9eed8cd878
|
@ -0,0 +1 @@
|
|||
Clarify that the admin api resource is only loaded on the main process and not workers.
|
|
@ -509,7 +509,8 @@ Unix socket support (_Added in Synapse 1.89.0_):
|
|||
|
||||
Valid resource names are:
|
||||
|
||||
* `client`: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies `media` and `static`.
|
||||
* `client`: the client-server API (/_matrix/client). Also implies `media` and `static`.
|
||||
If configuring the main process, the Synapse Admin API (/_synapse/admin) is also implied.
|
||||
|
||||
* `consent`: user consent forms (/_matrix/consent). See [here](../../consent_tracking.md) for more.
|
||||
|
||||
|
|
Loading…
Reference in New Issue