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.
1 parent a20cd1d commit 90748a3Copy full SHA for 90748a3
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) {
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