diff options
author | richvdh <richvdh@users.noreply.github.com> | 2021-11-01 15:10:46 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2021-11-01 15:10:46 +0000 |
commit | 6a91b393e660303237e7ca01b050a11699b35a4d (patch) | |
tree | dbb07d33947907375368c67ee1919a03cfdd0959 /develop/usage | |
parent | deploy: 2014098d014844b89abd39ac86ab7ba39c5340f9 (diff) | |
download | synapse-6a91b393e660303237e7ca01b050a11699b35a4d.tar.xz |
deploy: 71f9966f2790c6b24281bb9f109bff28ff05d962
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 18 |
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://<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. |