summary refs log tree commit diff
path: root/debian/templates
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-04-06 17:02:44 -0400
committerGitHub <noreply@github.com>2020-04-06 17:02:44 -0400
commit71953139d15e85898e77c0572f7f94d09d58e747 (patch)
treea30eb80ad94a3a2daeea656004ad038b47a31854 /debian/templates
parentRemove stream before/after debug log lines (#7207) (diff)
downloadsynapse-71953139d15e85898e77c0572f7f94d09d58e747.tar.xz
Add information about .well-known to Debian installation. (#7227)
Diffstat (limited to 'debian/templates')
-rw-r--r--debian/templates6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/templates b/debian/templates
index 647358731c..458fe8bbe9 100644
--- a/debian/templates
+++ b/debian/templates
@@ -2,8 +2,10 @@ Template: matrix-synapse/server-name
 Type: string
 _Description: Name of the server:
  The name that this homeserver will appear as, to clients and other
- servers via federation. This name should match the SRV record
- published in DNS.
+ servers via federation. This is normally the public hostname of the
+ server running synapse, but can be different if you set up delegation.
+ Please refer to the delegation documentation in this case:
+ https://github.com/matrix-org/synapse/blob/master/docs/delegate.md.
 
 Template: matrix-synapse/report-stats
 Type: boolean