Browse Source

Minor rewording

pull/3773/head
Slavi Pantaleev 1 year ago
committed by GitHub
parent
commit
004ad43ffc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/configuring-playbook-base-domain-serving.md

+ 2
- 2
docs/configuring-playbook-base-domain-serving.md View File

@@ -1,8 +1,8 @@
# Serving the base domain (optional)

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 / redirection.
By default, this playbook sets up services on your Matrix server (`matrix.example.com`), but has it configured so that it presents itself as the base domain (`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 / redirection.

As we discuss in [Server Delegation](howto-server-delegation.md), server delegation / redirection can be configured in either way:
As we discuss in [Server Delegation](howto-server-delegation.md), server delegation / redirection can be configured in either of these ways:

- Setting up a `/.well-known/matrix/server` file on the base domain (`example.com`)
- Setting up a `_matrix._tcp` DNS SRV record


Loading…
Cancel
Save