summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-02-05 11:32:45 +0000
committerGitHub <noreply@github.com>2019-02-05 11:32:45 +0000
commitd7e27a1f08aefb020d1158d4b8210e995dcdac78 (patch)
treed2a33ce4a0fddce1217a113b22c9164e1b2a8e56 /synapse
parentMerge pull request #4547 from matrix-org/anoa/acme_docs (diff)
downloadsynapse-d7e27a1f08aefb020d1158d4b8210e995dcdac78.tar.xz
fix typo in config comments (#4557)
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/tls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index 5f63676d9c..9498fc5f5b 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -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