mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
cosmetics
- fix typo - fix spaces - full sentence
This commit is contained in:
parent
8c6cf51b8f
commit
b375f32be4
|
|
@ -20,8 +20,9 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /.well-known/matrix/client {
|
location /.well-known/matrix/client {
|
||||||
# If your sever_name here doesn't match your matrix homeserver URL
|
# If your server_name here doesn't match your matrix homeserver URL
|
||||||
# (e.g. hostname.com as server_name and matrix.hostname.com as homeserver URL)
|
# (e.g. hostname.com as server_name and matrix.hostname.com as homeserver URL)
|
||||||
|
# uncomment the following line.
|
||||||
# add_header Access-Control-Allow-Origin '*';
|
# add_header Access-Control-Allow-Origin '*';
|
||||||
return 200 '{ "m.homeserver": { "base_url": "https://my.hostname.com" } }';
|
return 200 '{ "m.homeserver": { "base_url": "https://my.hostname.com" } }';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue