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/setup/forward_proxy.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/setup/forward_proxy.md')
-rw-r--r-- | docs/setup/forward_proxy.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup/forward_proxy.md b/docs/setup/forward_proxy.md index 494c14893b..3482691f83 100644 --- a/docs/setup/forward_proxy.md +++ b/docs/setup/forward_proxy.md @@ -66,8 +66,8 @@ in Synapse can be deactivated. **NOTE**: This has an impact on security and is for testing purposes only! -To deactivate the certificate validation, the following setting must be made in -[homserver.yaml](../usage/configuration/homeserver_sample_config.md). +To deactivate the certificate validation, the following setting must be added to +your [homserver.yaml](../usage/configuration/homeserver_sample_config.md). ```yaml use_insecure_ssl_client_just_for_testing_do_not_use: true |