Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
- fix typo
- fix spaces
- full sentence
  • Loading branch information
EvilOlaf authored Jun 12, 2024
1 parent 46902e5 commit 85ff427
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/nginx/dendrite-sample.conf
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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" } }';
}
Expand Down

0 comments on commit 85ff427

Please sign in to comment.