diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-08-01 18:15:39 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-08-01 18:15:39 -0400 |
| commit | 96210234923dff2cd69f24e4fef9b71fe1bc78b5 (patch) | |
| tree | 93950d7765ae22ac046e63d62317b58f7f8b2d1a /matrix.html | |
| parent | 1e06063a10549c2bc113e2496d32ed901d9f186f (diff) | |
matrix tweak to be finished
Diffstat (limited to 'matrix.html')
| -rw-r--r-- | matrix.html | 2 |
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 *; |
