From 6a91b393e660303237e7ca01b050a11699b35a4d Mon Sep 17 00:00:00 2001 From: richvdh Date: Mon, 1 Nov 2021 15:10:46 +0000 Subject: deploy: 71f9966f2790c6b24281bb9f109bff28ff05d962 --- .../usage/configuration/homeserver_sample_config.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'develop/usage') 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://<server_name>/' on port 443 is routed to Synapse, this +# option configures Synapse to serve a file at +# 'https://<server_name>/.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. -- cgit 1.4.1