@@ -67,11 +67,16 @@ pid_file: DATADIR/homeserver.pid
6767#
6868# web_client_location: https://riot.example.com/
6969
70- # The public-facing base URL that clients use to access this HS
71- # (not including _matrix/...). This is the same URL a user would
72- # enter into the 'custom HS URL' field on their client. If you
73- # use synapse with a reverse proxy, this should be the URL to reach
74- # synapse via the proxy.
70+ # The public-facing base URL that clients use to access this Homeserver (not
71+ # including _matrix/...). This is the same URL a user might enter into the
72+ # 'Custom Homeserver URL' field on their client. If you use Synapse with a
73+ # reverse proxy, this should be the URL to reach Synapse via the proxy.
74+ # Otherwise, it should be the URL to reach Synapse's client HTTP listener (see
75+ # 'listeners' below).
76+ #
77+ # If this is left unset, it defaults to 'https://<server_name>/'. (Note that
78+ # that will not work unless you configure Synapse or a reverse-proxy to listen
79+ # on port 443.)
7580#
7681# public_baseurl: https://example.com/
7782
@@ -1150,8 +1155,9 @@ account_validity:
11501155 # send an email to the account's email address with a renewal link. By
11511156 # default, no such emails are sent.
11521157 #
1153- # If you enable this setting, you will also need to fill out the 'email' and
1154- # 'public_baseurl' configuration sections.
1158+ # If you enable this setting, you will also need to fill out the 'email'
1159+ # configuration section. You should also check that 'public_baseurl' is set
1160+ # correctly.
11551161 #
11561162 # renew_at: 1w
11571163
@@ -1242,8 +1248,7 @@ account_validity:
12421248# The identity server which we suggest that clients should use when users log
12431249# in on this server.
12441250#
1245- # (By default, no suggestion is made, so it is left up to the client.
1246- # This setting is ignored unless public_baseurl is also set.)
1251+ # (By default, no suggestion is made, so it is left up to the client.)
12471252#
12481253# default_identity_server: https://matrix.org
12491254
@@ -1268,8 +1273,6 @@ account_validity:
12681273# by the Matrix Identity Service API specification:
12691274# https://matrix.org/docs/spec/identity_service/latest
12701275#
1271- # If a delegate is specified, the config option public_baseurl must also be filled out.
1272- #
12731276account_threepid_delegates :
12741277 # email: https://example.com # Delegate email sending to example.com
12751278 # msisdn: http://localhost:8090 # Delegate SMS sending to this local process
@@ -1905,9 +1908,9 @@ sso:
19051908 # phishing attacks from evil.site. To avoid this, include a slash after the
19061909 # hostname: "https://my.client/".
19071910 #
1908- # If public_baseurl is set, then the login fallback page (used by clients
1909- # that don't natively support the required login flows) is whitelisted in
1910- # addition to any URLs in this list.
1911+ # The login fallback page (used by clients that don't natively support the
1912+ # required login flows) is automatically whitelisted in addition to any URLs
1913+ # in this list.
19111914 #
19121915 # By default, this list is empty.
19131916 #
0 commit comments