From bdc0f6f6402767537ceda6bec1c1f21444916256 Mon Sep 17 00:00:00 2001 From: chandi Date: Mon, 13 Jul 2020 18:06:43 +0200 Subject: [PATCH] fix link and nginx note --- README.md | 2 +- docs/existing-web-server.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3128ef..9d5ad39 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ## How-To's - [Upgrade](docs/upgrading.md) - [Behind NAT](docs/behind-nat.md) -- [Integration into an existing Apache setup](docs/existing-apache.md) +- [Integration into an existing web server](docs/existing-web-server.md) ## Special thanks to - @dkrenn, whos dockerized version (bigbluebutton#8858)(https://github.com/bigbluebutton/bigbluebutton/pull/8858) helped me a lot in understand and some configs. diff --git a/docs/existing-web-server.md b/docs/existing-web-server.md index 7fb8cdf..d4f4f33 100644 --- a/docs/existing-web-server.md +++ b/docs/existing-web-server.md @@ -14,6 +14,9 @@ At this point, choose one of the following sections according to which Web serve Eventually, BigBlueButton should be publicly accessible on `https://bbb.example.com/`. If you chose to install Greenlight, then the previous URL should allow you to open its home page. The APIs will be accessible through `https://bbb.example.com/bigbluebutton/`. +## Integration with nginx +> *Not written yet. can you imagine writing down some instructions?* + ## Integration with Apache 1. Make sure that the following Apache modules are in use: `proxy`, `rewrite`, `proxy_http`, `proxy_wstunnel`. On _apache2_, the following command activates these modules, whenever they are not already enabled: ```