diff options
author | clokep <clokep@users.noreply.github.com> | 2022-01-20 14:21:40 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-01-20 14:21:40 +0000 |
commit | 7120c21c5cccefb3524976bbc408c6516b97c1f9 (patch) | |
tree | a48400116445d39b21f6d7790d53173b06ae44a4 /develop/usage | |
parent | deploy: 15ffc4143c36593bc3d899fad7fb5db00f4d95ea (diff) | |
download | synapse-7120c21c5cccefb3524976bbc408c6516b97c1f9.tar.xz |
deploy: 91221b696156e9f1f9deecd425ae58af03ebb5d3
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index 86db0de63b..7ad314e896 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -266,13 +266,7 @@ server_name: "SERVERNAME" # pid_file: DATADIR/homeserver.pid -# The absolute URL to the web client which /_matrix/client will redirect -# to if 'webclient' is configured under the 'listeners' configuration. -# -# This option can be also set to the filesystem path to the web client -# which will be served at /_matrix/client/ if 'webclient' is configured -# under the 'listeners' configuration, however this is a security risk: -# https://github.com/matrix-org/synapse#security-note +# The absolute URL to the web client which / will redirect to. # #web_client_location: https://riot.example.com/ @@ -502,8 +496,6 @@ presence: # static: static resources under synapse/static (/_matrix/static). (Mostly # useful for 'fallback authentication'.) # -# webclient: A web client. Requires web_client_location to be set. -# listeners: # TLS-enabled listener: for when matrix traffic is sent directly to synapse. # |