summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2021-11-01 15:10:46 +0000
committerrichvdh <richvdh@users.noreply.github.com>2021-11-01 15:10:46 +0000
commit6a91b393e660303237e7ca01b050a11699b35a4d (patch)
treedbb07d33947907375368c67ee1919a03cfdd0959 /develop/usage
parentdeploy: 2014098d014844b89abd39ac86ab7ba39c5340f9 (diff)
downloadsynapse-6a91b393e660303237e7ca01b050a11699b35a4d.tar.xz
deploy: 71f9966f2790c6b24281bb9f109bff28ff05d962
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html
index 7402a484fb..e7304b4879 100644
--- a/develop/usage/configuration/homeserver_sample_config.html
+++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -285,6 +285,24 @@ pid_file: DATADIR/homeserver.pid
 #
 #public_baseurl: https://example.com/
 
+# Uncomment the following to tell other servers to send federation traffic on
+# port 443.
+#
+# By default, other servers will try to reach our server on port 8448, which can
+# be inconvenient in some environments.
+#
+# Provided 'https://&lt;server_name&gt;/' on port 443 is routed to Synapse, this
+# option configures Synapse to serve a file at
+# 'https://&lt;server_name&gt;/.well-known/matrix/server'. This will tell other
+# servers to send traffic to port 443 instead.
+#
+# See https://matrix-org.github.io/synapse/latest/delegate.html for more
+# information.
+#
+# Defaults to 'false'.
+#
+#serve_server_wellknown: true
+
 # 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
 # hard limit.