Internal links requires a bit extra.

This commit is contained in:
Hans van Zijst 2024-11-14 11:42:08 +01:00 committed by Valentin Gagarin
parent bfef06e01e
commit ecd30d82e4

View file

@ -38,7 +38,7 @@ public_baseurl: https://matrix.example.com/
```
The `public_baseurl` will probably be different than the `server_name`, see
also [Delegation and DNS].
also [Delegation and DNS](#Delegation).
You now have a standard Matrix server that uses sqlite. You really don't want
to use this in production, so probably want to replace this with PostgreSQL.
@ -147,7 +147,7 @@ Logging is configured in `log.yaml`. Some logging should go to systemd, the
more specific logging to Synapse's own logfile(s).
# Delegation and DNS
# Delegation and DNS {#Delegation}
If you run your server under a different FQDN than just the domain name you
want to use, you need to delegate: point from your domain to the server.