Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 956a4d4

Browse files
committed
Added missing auth_request
1 parent 70ed4b9 commit 956a4d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2019-02-15-install.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ $ sudo bbb-conf --setip bbb.example.com
261261
$ sudo bbb-conf --check
262262
```
263263

264+
If you are upgrading from a very old version of 2.2.x and `sudo bbb-conf --check` still shows the older version after the above steps, try `dpkg --configure -a` and then repeat the above steps again.
265+
264266
## Upgrading from BigBlueButton 2.0
265267

266268
If you installed a previous version of BigBlueButton 2.0 and then made custom changes, you need to backup your changes first. After you backup your changes, can then use [bbb-install.sh](https://github.com/bigbluebutton/bbb-install) to upgrade or follow the steps below. After the upgrade, reapply your changes.
@@ -747,6 +749,9 @@ Next, the websocket forwarding address in nginx. Edit the file `/etc/bigbluebut
747749
proxy_send_timeout 6h;
748750
client_body_timeout 6h;
749751
send_timeout 6h;
752+
753+
auth_request /bigbluebutton/connection/checkAuthorization;
754+
auth_request_set $auth_status $upstream_status;
750755
}</code></pre>
751756

752757
Note: As of BigBlueButton 2.2.29, you can have nginx proxy incoming WSS connections to WS on port 5066 to work around a [bug in FreeSWITCH](https://github.com/bigbluebutton/bigbluebutton/issues/9667). If you are using 2.2.29 or later, you can run the following BASH script to implement the workaround:

0 commit comments

Comments
 (0)