Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- example.com {
- handle_path /.well-known/matrix/server {
- respond `{"m.server":"matrix.example.com:443"}`
- header Access-Control-Allow-Origin *
- header Content-Type application/json
- }
- handle_path /.well-known/matrix/client {
- respond `{"m.server":{"base_url":"https://matrix.example.com"},"m.homeserver":{"base_url":"https://matrix.example.com"},"org.matrix.msc3575.proxy":{"url":"https://matrix.example.com"},"org.matrix.msc4143.rtc_foci":[{"type":"livekit","livekit_service_url":"https://matrix-rtc.example.com/livekit/jwt"}]}`
- header Access-Control-Allow-Origin *
- header Content-Type application/json
- }
- }
- element.crimsoneers.com {
- reverse_proxy 172.0.0.6:80
- }
- matrix-rtc.crimsoneers.com {
- handle_path /livekit/jwt* {
- reverse_proxy 172.0.0.2:8081
- }
- handle_path /livekit/sfu* {
- reverse_proxy 172.0.0.5:7880
- }
- }
- matrix.crimsoneers.com, matrix.crimsoneers.com:8448 {
- reverse_proxy 172.0.0.4:6167
- }
Add Comment
Please, Sign In to add comment