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

Commit 145938d

Browse files
committed
Minor edit
1 parent dac5213 commit 145938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-02-15-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ Next, the websocket forwarding address in nginx. Edit the file `/etc/bigbluebut
754754
auth_request_set $auth_status $upstream_status;
755755
}</code></pre>
756756

757-
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:
757+
Note: As of BigBlueButton 2.2.29 (and later), 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:
758758

759759
~~~
760760
#!/bin/bash

0 commit comments

Comments
 (0)