forked from Fediversity/Fediversity
Internal links requires a bit extra.
This commit is contained in:
parent
bfef06e01e
commit
ecd30d82e4
|
@ -38,7 +38,7 @@ public_baseurl: https://matrix.example.com/
|
||||||
```
|
```
|
||||||
|
|
||||||
The `public_baseurl` will probably be different than the `server_name`, see
|
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
|
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.
|
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).
|
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
|
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.
|
want to use, you need to delegate: point from your domain to the server.
|
||||||
|
|
Loading…
Reference in a new issue