Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
e837be5b
Unverified
Commit
e837be5b
authored
5 years ago
by
Brendan Abolivier
Browse files
Options
Downloads
Patches
Plain Diff
Fix links in the reverse proxy doc
parent
3c67eee6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/reverse_proxy.md
+4
-3
4 additions, 3 deletions
docs/reverse_proxy.md
with
4 additions
and
3 deletions
docs/reverse_proxy.md
+
4
−
3
View file @
e837be5b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment