mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
cosmetics
- fix typo - fix spaces - full sentence
This commit is contained in:
parent
8c6cf51b8f
commit
b375f32be4
|
|
@ -1,5 +1,5 @@
|
|||
#change IP to location of monolith server
|
||||
upstream monolith{
|
||||
# change IP to location of monolith server
|
||||
upstream monolith {
|
||||
server 127.0.0.1:8008;
|
||||
}
|
||||
server {
|
||||
|
|
@ -20,8 +20,9 @@ server {
|
|||
}
|
||||
|
||||
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)
|
||||
# uncomment the following line.
|
||||
# add_header Access-Control-Allow-Origin '*';
|
||||
return 200 '{ "m.homeserver": { "base_url": "https://my.hostname.com" } }';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue