Update matrix_rtc.md
This commit is contained in:
parent
0aa9160af7
commit
cdf188a776
1 changed files with 2 additions and 2 deletions
|
|
@ -214,7 +214,7 @@ services:
|
|||
# ...
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.matrixrtcjwt.entrypoints=https"
|
||||
- "traefik.http.routers.matrixrtcjwt.entrypoints=websecure"
|
||||
- "traefik.http.routers.matrixrtcjwt.rule=Host(`matrix-rtc.yourdomain.com`) && PathPrefix(`/sfu/get`) || PathPrefix(`/healthz`)"
|
||||
- "traefik.http.routers.matrixrtcjwt.tls=true"
|
||||
- "traefik.http.routers.matrixrtcjwt.service=matrixrtcjwt"
|
||||
|
|
@ -226,7 +226,7 @@ services:
|
|||
# ...
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.livekit-secure.entrypoints=https"
|
||||
- "traefik.http.routers.livekit-secure.entrypoints=websecure"
|
||||
- "traefik.http.routers.livekit-secure.rule=Host(`matrix-rtc.yourdomain.com`)"
|
||||
- "traefik.http.routers.livekit-secure.tls=true"
|
||||
- "traefik.http.routers.livekit-secure.service=livekit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue