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 ...@@ -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 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 { videobridge {
...@@ -198,4 +198,6 @@ videobridge { ...@@ -198,4 +198,6 @@ videobridge {
} }
``` ```
replace X with bride number replace X with bridge number
\ No newline at end of file
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