summary refs log tree commit diff
path: root/synapse/config/server.py
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2019-01-28 12:15:22 -0700
committerGitHub <noreply@github.com>2019-01-28 12:15:22 -0700
commit6901ac7e9d1c543b04baf9e23063f5107e90ea7f (patch)
treeae1f3520c27593e3cb6645c03e8db9f65581ecad /synapse/config/server.py
parentFix worker TLS (#4492) (diff)
downloadsynapse-6901ac7e9d1c543b04baf9e23063f5107e90ea7f.tar.xz
Don't recommend :8448 to people on public_baseurl
Diffstat (limited to 'synapse/config/server.py')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 22dcc87d8a..268a43ff00 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -261,7 +261,7 @@ class ServerConfig(Config):
         # enter into the 'custom HS URL' field on their client. If you
         # use synapse with a reverse proxy, this should be the URL to reach
         # synapse via the proxy.
-        # public_baseurl: https://example.com:8448/
+        # public_baseurl: https://example.com/
 
         # Set the soft limit on the number of file descriptors synapse can use
         # Zero is used to indicate synapse should set the soft limit to the