docs(livekit): fix port in caddy config example
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
parent
12069e7c86
commit
f9e7f019ad
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ By default, all routes should be forwarded to Livekit with the exception of the
|
|||
# for lk-jwt-service
|
||||
@lk-jwt-service path /sfu/get* /healthz* /get_token*
|
||||
route @lk-jwt-service {
|
||||
reverse_proxy 127.0.0.1:8080
|
||||
reverse_proxy 127.0.0.1:8081
|
||||
}
|
||||
|
||||
# for livekit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue