We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/_synapse/mas
2 parents 8c2a85e + 723a948 commit bbad15aCopy full SHA for bbad15a
docs/setup/reverse-proxy.md
@@ -94,7 +94,7 @@ server {
94
95
# Forward to Synapse
96
# as per https://element-hq.github.io/synapse/latest/reverse_proxy.html#nginx
97
- location ~ ^(/_matrix|/_synapse/client) {
+ location ~ ^(/_matrix|/_synapse/client|/_synapse/mas) {
98
proxy_pass http://localhost:8008;
99
proxy_set_header X-Forwarded-For $remote_addr;
100
proxy_set_header X-Forwarded-Proto $scheme;
0 commit comments