Skip to content

Commit bbad15a

Browse files
authored
Modify example Nginx compatibility-layer location block to also forward /_synapse/mas to Synapse (#5240)
2 parents 8c2a85e + 723a948 commit bbad15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/reverse-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ server {
9494
9595
# Forward to Synapse
9696
# as per https://element-hq.github.io/synapse/latest/reverse_proxy.html#nginx
97-
location ~ ^(/_matrix|/_synapse/client) {
97+
location ~ ^(/_matrix|/_synapse/client|/_synapse/mas) {
9898
proxy_pass http://localhost:8008;
9999
proxy_set_header X-Forwarded-For $remote_addr;
100100
proxy_set_header X-Forwarded-Proto $scheme;

0 commit comments

Comments
 (0)