matrix tweak to be finished

This commit is contained in:
Luke Smith 2021-08-01 18:15:39 -04:00
parent 1e06063a10
commit 9621023492
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions

View File

@ -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 *;