summary refs log tree commit diff
path: root/develop/manhole.html
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-06-30 16:22:17 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-06-30 16:22:17 +0000
commit843e51823db5346b08640ada8e813229541778b7 (patch)
tree4e3475e56729c121bd3d844a1ac72baebe113646 /develop/manhole.html
parentdeploy: 0ceb3af10b88f9f195fd42db12d33dafda8e6261 (diff)
downloadsynapse-843e51823db5346b08640ada8e813229541778b7.tar.xz
deploy: 8330fc9953032f21eb4c7d5f0627c1e6aba2459c
Diffstat (limited to 'develop/manhole.html')
-rw-r--r--develop/manhole.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/develop/manhole.html b/develop/manhole.html
index b8a79071ee..535dd2f9ce 100644
--- a/develop/manhole.html
+++ b/develop/manhole.html
@@ -155,8 +155,10 @@ debugging.</p>
 shell access to the server. It should therefore <strong>not</strong> be enabled in
 environments where untrusted users have shell access.</p>
 <h2 id="configuring-the-manhole"><a class="header" href="#configuring-the-manhole">Configuring the manhole</a></h2>
-<p>To enable it, first uncomment the <code>manhole</code> listener configuration in
-<code>homeserver.yaml</code>. The configuration is slightly different if you're using docker.</p>
+<p>To enable it, first add the <code>manhole</code> listener configuration in your
+<code>homeserver.yaml</code>. You can find information on how to do that 
+in the <a href="usage/configuration/config_documentation.html#manhole_settings">configuration manual</a>.
+The configuration is slightly different if you're using docker.</p>
 <h4 id="docker-config"><a class="header" href="#docker-config">Docker config</a></h4>
 <p>If you are using Docker, set <code>bind_addresses</code> to <code>['0.0.0.0']</code> as shown:</p>
 <pre><code class="language-yaml">listeners: