bbb-install icon indicating copy to clipboard operation
bbb-install copied to clipboard

Nginx Reverse Proxy

Open eyebank opened this issue 4 years ago • 4 comments

Hello:

Attempted to add a nginx reverse proxy server in front of the bbb server. Outside clients could not connect to BBB Server.

if anyone has a nginx reveres proxy setip working please consider sharing the nginx sever block/config file.

Thanks

eyebank avatar Apr 07 '20 12:04 eyebank

That would be great. I have to do it the same way cause I have only two IPv4 Adresses. So I use nginx as a IPv4 to IPv6 Gateway for Clients that are not able to connect via IPv6.

elearningdienst avatar May 29 '20 21:05 elearningdienst

Hi, Im also facing the same issue, having single public ip and need for mutliple applications. Need to Setup BBB Behind Nginx will be so Helpful. Thanks

karthik1710 avatar Sep 15 '20 12:09 karthik1710

Hello, I am also interested in this topic, and know how I should install it correctly, thank you.

xicuc avatar Jan 23 '21 18:01 xicuc

Such a reverse proxy setup is hard, if not impossible, to create by an automated install script. There are more connections involved than the initial HTTPS connection. As soon as WebRTC comes into play, you are facing the problem how to forward the UDP "connections" over your reverse proxy. Some sort of TURN/STUN server might come into your mind, but this involves the next complex piece of software crying for port 443. ...

michi-80337 avatar Feb 07 '22 01:02 michi-80337