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
Container registry
Model registry
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
Maunium
synapse
Commits
207b1737
Unverified
Commit
207b1737
authored
4 years ago
by
Richard van der Hoff
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update reverse_proxy.md
a couple of cleanups
parent
cb6fd280
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/reverse_proxy.md
+4
-4
4 additions, 4 deletions
docs/reverse_proxy.md
with
4 additions
and
4 deletions
docs/reverse_proxy.md
+
4
−
4
View file @
207b1737
...
@@ -9,7 +9,7 @@ of doing so is that it means that you can expose the default https port
...
@@ -9,7 +9,7 @@ of doing so is that it means that you can expose the default https port
(443) to Matrix clients without needing to run Synapse with root
(443) to Matrix clients without needing to run Synapse with root
privileges.
privileges.
>
**NOTE**: Your reverse proxy must not `canonicalise` or `normalise`
**NOTE**
: Your reverse proxy must not
`canonicalise`
or
`normalise`
the requested URI in any way (for example, by decoding
`%xx`
escapes).
the requested URI in any way (for example, by decoding
`%xx`
escapes).
Beware that Apache
*will*
canonicalise URIs unless you specifify
Beware that Apache
*will*
canonicalise URIs unless you specifify
`nocanon`
.
`nocanon`
.
...
@@ -18,7 +18,7 @@ When setting up a reverse proxy, remember that Matrix clients and other
...
@@ -18,7 +18,7 @@ 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
[
the Matrix
refer to the 'client port' and the 'federation port'. See
[
the Matrix
specification
](
https://matrix.org/docs/spec/server_server/latest#resolving-server-names
)
specification
](
https://matrix.org/docs/spec/server_server/latest#resolving-server-names
)
for more details of the algorithm used for federation connections, and
for more details of the algorithm used for federation connections, and
[
delegate.md
](
<
delegate.md
>
)
for instructions on setting up delegation.
[
delegate.md
](
<
delegate.md
>
)
for instructions on setting up delegation.
...
@@ -28,9 +28,9 @@ Let's assume that we expect clients to connect to our server at
...
@@ -28,9 +28,9 @@ Let's assume that we expect clients to connect to our server at
`https://example.com:8448`
. The following sections detail the configuration of
`https://example.com:8448`
. The following sections detail the configuration of
the reverse proxy and the homeserver.
the reverse proxy and the homeserver.
##
Webserver
configuration examples
##
Reverse-proxy
configuration examples
>
**NOTE**: You only need one of these.
**NOTE**
: You only need one of these.
### nginx
### nginx
...
...
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