From 5ce9be9faa02252ef46e21d3ad9e38e00b4b54e6 Mon Sep 17 00:00:00 2001 From: Gustavo Trott Date: Fri, 5 Dec 2025 13:40:58 -0300 Subject: [PATCH] Set http2 disabled in nginx and haproxy config --- bbb-install.sh | 76 ++++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 34 deletions(-) diff --git a/bbb-install.sh b/bbb-install.sh index 21294fc..e37d2b6 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -60,7 +60,7 @@ OPTIONS (install BigBlueButton): -c : Configure with external coturn server at using (instead of built-in TURN server) - -m Create a Symbolic link from /var/bigbluebutton to + -m Create a Symbolic link from /var/bigbluebutton to -p [:] Use apt-get proxy at (default port 3142) -r Use alternative apt repository (such as packages-eu.bigbluebutton.org) @@ -143,7 +143,7 @@ main() { s) HOST=$OPTARG - if [ "$HOST" == "bbb.example.com" ]; then + if [ "$HOST" == "bbb.example.com" ]; then err "You must specify a valid hostname (not the hostname given in the docs)." fi ;; @@ -152,7 +152,7 @@ main() { ;; e) EMAIL=$OPTARG - if [ "$EMAIL" == "info@example.com" ]; then + if [ "$EMAIL" == "info@example.com" ]; then err "You must specify a valid email address (not the email in the docs)." fi ;; @@ -312,7 +312,7 @@ main() { install_docker # needed for bbb-libreoffice-docker need_pkg ruby - BBB_WEB_ETC_CONFIG=/etc/bigbluebutton/bbb-web.properties # Override file for local settings + BBB_WEB_ETC_CONFIG=/etc/bigbluebutton/bbb-web.properties # Override file for local settings need_pkg openjdk-17-jre update-java-alternatives -s java-1.17.0-openjdk-amd64 @@ -371,7 +371,7 @@ main() { systemctl restart systemd-journald if [ -n "$UFW" ]; then - setup_ufw + setup_ufw fi if [ -n "$HOST" ]; then @@ -416,7 +416,7 @@ main() { ]> -