Skip to content

Commit 117b99d

Browse files
committed
prettier
1 parent 7003e1f commit 117b99d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/self-hosting.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ to implement
7676
In the context of MatrixRTC, we suggest using a single hostname for backend
7777
communication by implementing endpoint routing within a reverse proxy setup. For
7878
the example above, this results in:
79-
| Service | Endpoint | Example |
79+
| Service | Endpoint | Example |
8080
| -------- | ------- | ------- |
81-
| [Livekit SFU](https://github.com/livekit/livekit) WebSocket signalling connection | `/livekit/sfu` | `matrix-rtc.example.com/livekit/sfu` |
81+
| [Livekit SFU](https://github.com/livekit/livekit) WebSocket signalling connection | `/livekit/sfu` | `matrix-rtc.example.com/livekit/sfu` |
8282
| [Matrix Livekit JWT auth service](https://github.com/element-hq/lk-jwt-service) | `/livekit/jwt` | `matrix-rtc.example.com/livekit/jwt` |
8383

84-
8584
Using Nginx, you can achieve this by:
85+
8686
```jsonc
8787
server {
8888
...
@@ -114,8 +114,7 @@ server {
114114
proxy_pass http://localhost:7880/;
115115
}
116116
}
117-
````
118-
117+
```
119118

120119
#### MatrixRTC backend announcement
121120

@@ -148,8 +147,6 @@ server {
148147
> Most `org.matrix.msc4143.rtc_foci` configurations will only have one entry in
149148
> the array
150149

151-
152-
153150
## Building Element Call
154151

155152
> [!NOTE]

0 commit comments

Comments
 (0)