From ecd30d82e4c75536bdca57806589a32d0f7bf63b Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Thu, 14 Nov 2024 11:42:08 +0100 Subject: [PATCH] Internal links requires a bit extra. --- matrix/synapse/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix/synapse/README.md b/matrix/synapse/README.md index 3e06cbb..5b4969e 100644 --- a/matrix/synapse/README.md +++ b/matrix/synapse/README.md @@ -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.