diff options
author | Omar Kotb <omar@omarkotb.com> | 2022-11-14 19:15:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 17:15:39 +0000 |
commit | f4ee3977340c84d321767d347795b1dcd05ac459 (patch) | |
tree | 22ef9658335c0d0fc0041db375f3509969a299b8 /docs | |
parent | 2a77a910eb16333e56b85a7fdb3d6254acc9b6d7 (diff) |
Fix Caddy config well-known delegation example (#2879)
Signed-off-by: Omar Kotb <omar@omarkotb.com>
Signed-off-by: Omar Kotb <omar@omarkotb.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/2_domainname.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/2_domainname.md b/docs/installation/2_domainname.md index e7b3495f..545a2daf 100644 --- a/docs/installation/2_domainname.md +++ b/docs/installation/2_domainname.md @@ -90,7 +90,7 @@ For example, this can be done with the following Caddy config: handle /.well-known/matrix/server { header Content-Type application/json header Access-Control-Allow-Origin * - respond `"m.server": "matrix.example.com:8448"` + respond `{"m.server": "matrix.example.com:8448"}` } handle /.well-known/matrix/client { |