fix link and nginx note

This commit is contained in:
chandi 2020-07-13 18:06:43 +02:00 committed by chandi
parent 6b7e228c16
commit bdc0f6f640
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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:
```