From b375f32be48eec5f21e9978148cf97093321710d Mon Sep 17 00:00:00 2001 From: Werner Date: Wed, 12 Jun 2024 10:18:06 +0200 Subject: [PATCH] cosmetics - fix typo - fix spaces - full sentence --- docs/nginx/dendrite-sample.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/nginx/dendrite-sample.conf b/docs/nginx/dendrite-sample.conf index 360eb9255c..e45fe16854 100644 --- a/docs/nginx/dendrite-sample.conf +++ b/docs/nginx/dendrite-sample.conf @@ -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" } }'; }