mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-25 01:23:09 +01:00
fix link and nginx note
This commit is contained in:
parent
6b7e228c16
commit
bdc0f6f640
@ -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.
|
||||
|
@ -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:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user