[Docs] Web server config on install

This commit is contained in:
Kolokotronis Panagiotis 2017-07-15 16:36:06 +03:00 committed by Дамян Минков
parent 7f041170f7
commit 5db605b0cf
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ apt-get update
### Install Jitsi Meet
Note : Something to consider before installation is how you're planning to serve Jitsi Meet. The installer will check if Nginx or Apache is present (with this order) and configure a virtualhost within the web server it finds to serve Jitsi Meet. If none of the above is found it then configures itself to be served via jetty. So if for example you are planning on deploying Jitsi Meet with a web server, you have to make sure to install the server **before** installing jitsi-meet.
```sh
apt-get -y install jitsi-meet
```