Skip to content
Snippets Groups Projects
Unverified Commit d7e27a1f authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

fix typo in config comments (#4557)

parent 142b2cdd
No related branches found
No related tags found
No related merge requests found
Fix comment typo in TLS section of config
......@@ -199,10 +199,10 @@ class TlsConfig(Config):
# If your server runs behind a reverse-proxy which terminates TLS connections
# (for both client and federation connections), it may be useful to disable
# All TLS support for incoming connections. Setting no_tls to False will
# All TLS support for incoming connections. Setting no_tls to True will
# do so (and avoid the need to give synapse a TLS private key).
#
# no_tls: False
# no_tls: True
# List of allowed TLS fingerprints for this server to publish along
# with the signing keys for this server. Other matrix servers that
......
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