cosmetics

- fix typo
- fix spaces
- full sentence
This commit is contained in:
Werner 2024-06-12 10:18:06 +02:00
parent 8c6cf51b8f
commit b375f32be4

View file

@ -1,5 +1,5 @@
#change IP to location of monolith server # change IP to location of monolith server
upstream monolith{ upstream monolith {
server 127.0.0.1:8008; server 127.0.0.1:8008;
} }
server { server {
@ -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" } }';
} }