Skip to content
Snippets Groups Projects
Unverified Commit e837be5b authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Fix links in the reverse proxy doc

parent 3c67eee6
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,10 @@ When setting up a reverse proxy, remember that Matrix clients and other ...@@ -18,9 +18,10 @@ When setting up a reverse proxy, remember that Matrix clients and other
Matrix servers do not necessarily need to connect to your server via the Matrix servers do not necessarily need to connect to your server via the
same server name or port. Indeed, clients will use port 443 by default, same server name or port. Indeed, clients will use port 443 by default,
whereas servers default to port 8448. Where these are different, we whereas servers default to port 8448. Where these are different, we
refer to the 'client port' and the \'federation port\'. See [Setting refer to the 'client port' and the \'federation port\'. See [the Matrix
up federation](federate.md) for more details of the algorithm used for specification](https://matrix.org/docs/spec/server_server/latest#resolving-server-names)
federation connections. for more details of the algorithm used for federation connections, and
[delegate.md](<delegate.md>) for instructions on setting up delegation.
Let's assume that we expect clients to connect to our server at Let's assume that we expect clients to connect to our server at
`https://matrix.example.com`, and other servers to connect at `https://matrix.example.com`, and other servers to connect at
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment