Skip to content

Commit 31ccab1

Browse files
committed
Update reverse-proxy.md
Documentation is missing recently introduced /_synapse/mas endpoint. The absence of this endpoint will result in the inability to sign into new sessions.
1 parent 38589a6 commit 31ccab1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/setup/reverse-proxy.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ server {
106106
}
107107
```
108108

109+
## Synapse MAS endpoint
110+
Include **/_synapse/mas** under the location paths forwarded to Synapse.
111+
112+
```nginx
113+
server {
114+
# ---- SNIP ----
115+
location ~ ^(/_matrix|/_synapse/client|/_synapse/mas) {
116+
# ---- SNIP ----
117+
```
118+
109119
## Preserve the client IP
110120

111121
For rate-limiting and logging purposes, MAS needs to know the client IP address, which can be lost when using a reverse proxy.

0 commit comments

Comments
 (0)