summaryrefslogtreecommitdiff
path: root/matrix.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-08-01 18:15:39 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-08-01 18:15:39 -0400
commit96210234923dff2cd69f24e4fef9b71fe1bc78b5 (patch)
tree93950d7765ae22ac046e63d62317b58f7f8b2d1a /matrix.html
parent1e06063a10549c2bc113e2496d32ed901d9f186f (diff)
matrix tweak to be finished
Diffstat (limited to 'matrix.html')
-rw-r--r--matrix.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix.html b/matrix.html
index 47898f8..27f4993 100644
--- a/matrix.html
+++ b/matrix.html
@@ -50,7 +50,7 @@ apt install matrix-synapse-py3</code></pre>
proxy_set_header X-Forwarded-For $remote_addr;
client_max_body_size <strong>50M</strong> ;
}
- location /.well-known/matrix/client {
+ location /.well-known/matrix/server {
return 200 '{"m.homeserver": {"base_url": "https://matrix.<strong>example.org</strong>"}}';
default_type application/json;
add_header Access-Control-Allow-Origin *;