diff --git a/docs/self-hosting.md b/docs/self-hosting.md index c1e109fd..7a515930 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -148,7 +148,10 @@ server { ] ``` -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). +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). ``` Access-Control-Allow-Origin: *