use IP address for websocket proxy authored by Roland Alton's avatar Roland Alton
......@@ -190,7 +190,7 @@ videobridge {
}
}
websockets {
server-id = "bridgeX"
server-id = "1.2.3.4"
enabled = true
domain = "run.fairmeeting.net:443"
tls = true
......@@ -198,6 +198,4 @@ videobridge {
}
```
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
Use jvb's IP address for server-id - this will allow proxy in /etc/nginx/sites-available/run.fairmeeting.net.conf to proxy the client via websocket directly to the IP of the bridge so that the bridge can ask directly the web browser on the health.
\ No newline at end of file