add websocket proxy in nginx per bridge authored by Roland Alton's avatar Roland Alton
......@@ -180,7 +180,7 @@ open port 9090 at all video bridges to be accessible from the run server
ufw allow from 157.90.234.18 proto tcp to any port 9090
```
1. add at `/etc/jitsi/videobridge/jvb.conf`
add at `/etc/jitsi/videobridge/jvb.conf`
```
videobridge {
......@@ -198,4 +198,6 @@ videobridge {
}
```
replace X with bride number
\ No newline at end of file
replace X with bridge number
add in /etc/nginx/sites-available/run.fairmeeting.net.conf the websocket proxy wit the IP of thebridge manually (automatic assignment seems not to work).
\ No newline at end of file