Skip to content

Commit e98b0ed

Browse files
committed
indentation
1 parent d97332f commit e98b0ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/self-hosting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ server {
148148
]
149149
```
150150

151-
Make sure this file is served with the correct MIME type (`application/json`). Additionally, ensure the appropriate CORS headers are set to allow web clients to access it across origins. For more details, refer to the [Matrix Client-Server API: 2. Web Browser Clients](https://spec.matrix.org/latest/client-server-api/#web-browser-clients).
151+
Make sure this file is served with the correct MIME type (`application/json`).
152+
Additionally, ensure the appropriate CORS headers are set to allow web clients
153+
to access it across origins. For more details, refer to the
154+
[Matrix Client-Server API: 2. Web Browser Clients](https://spec.matrix.org/latest/client-server-api/#web-browser-clients).
152155

153156
```
154157
Access-Control-Allow-Origin: *

0 commit comments

Comments
 (0)