diff options
author | Shay <hillerys@element.io> | 2022-06-30 09:21:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 09:21:39 -0700 |
commit | 8330fc9953032f21eb4c7d5f0627c1e6aba2459c (patch) | |
tree | 3c7d7ef7e04844c50bc8714da1cfd5d0a7365b9e /docs/manhole.md | |
parent | Add a link to the configuration manual from the homeserver sample config docu... (diff) | |
download | synapse-8330fc9953032f21eb4c7d5f0627c1e6aba2459c.tar.xz |
Cleanup references to sample config in the docs and redirect users to configuration manual (#13077)
Diffstat (limited to 'docs/manhole.md')
-rw-r--r-- | docs/manhole.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manhole.md b/docs/manhole.md index a82fad0f0f..4e5bf833ce 100644 --- a/docs/manhole.md +++ b/docs/manhole.md @@ -13,8 +13,10 @@ environments where untrusted users have shell access. ## Configuring the manhole -To enable it, first uncomment the `manhole` listener configuration in -`homeserver.yaml`. The configuration is slightly different if you're using docker. +To enable it, first add the `manhole` listener configuration in your +`homeserver.yaml`. You can find information on how to do that +in the [configuration manual](usage/configuration/config_documentation.md#manhole_settings). +The configuration is slightly different if you're using docker. #### Docker config |