From 65b3052ca9938909d165b647ac01c0b0c6dce9cf Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 28 Nov 2024 11:54:17 +0900 Subject: [PATCH] Update docs/faq.md: fix and simplify the answer to the reason why install your server at matrix.example.com Signed-off-by: Suguru Hirahara --- docs/faq.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index ee3fead75..37b1fb14d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -232,11 +232,7 @@ If your distro runs within an [LXC container](https://linuxcontainers.org/), you It's the same with email servers. Your email address is likely `name@company.com`, not `name@mail.company.com`, even though it's `mail.company.com` that is really handling your data for `@company.com` email to work. -Using a separate domain name is easier to manage (although it's a little hard to get right at first) and keeps your Matrix server isolated from your website (if you have one), from your email server (if you have one), etc. - -By default, this playbook sets up services on your Matrix server (`matrix.example.com`). To have this server officially be responsible for Matrix services for the base domain (`example.com`), you need to set up [Server Delegation](howto-server-delegation.md). This is normally done by [configuring well-known](configuring-well-known.md) files on the base domain. - -If you'd really like to install Matrix services directly on the base domain (or need to do so), see [How do I install on matrix.example.com without involving the base domain?](#how-do-i-install-on-matrixexamplecom-without-involving-the-base-domain) +Using a separate domain name is easier to manage (although it's a little hard to get right at first) and keeps your Matrix server isolated from your website (if you have one), from your email server (if you have one), etc. Therefore, this playbook sets up services on your Matrix server (`matrix.example.com`) by default. ### I don't control anything on the base domain and can't set up delegation to matrix.example.com. What do I do?