docs(livekit): document nginx websockets too
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
parent
f9e7f019ad
commit
e03082480a
1 changed files with 8 additions and 0 deletions
|
|
@ -176,6 +176,14 @@ By default, all routes should be forwarded to Livekit with the exception of the
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that for websockets to work, you need to have this somewhere outside your server block:
|
||||||
|
```
|
||||||
|
map $http_upgrade $connection_upgrade {
|
||||||
|
default upgrade;
|
||||||
|
'' close;
|
||||||
|
}
|
||||||
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue