From 37ddd0e58866dcef96d8f63b59519fa105670328 Mon Sep 17 00:00:00 2001 From: Max Dor Date: Sun, 17 Feb 2019 03:22:48 +0100 Subject: [PATCH] Talk about server.name in the example config --- mxisd.example.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mxisd.example.yaml b/mxisd.example.yaml index 171a8a8..cc40217 100644 --- a/mxisd.example.yaml +++ b/mxisd.example.yaml @@ -14,6 +14,11 @@ # NOTE: in Synapse Homeserver, the Matrix domain is defined as 'server_name' in configuration file. # # This is used to build the various identifiers in all the features. +# +# If the hostname of the public URL used to reach your Matrix services is different from your Matrix domain, +# per example matrix.domain.tld vs domain.tld, then use the server.name configuration option. +# See the "Configure" section of the Getting Started guide for more info. +# matrix: domain: ''