From 2761a6dbb31bad54d370a3df1ee59fc6f7b633eb Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 27 Mar 2020 15:07:22 -0500 Subject: [PATCH] Warn that turn will need port 443. --- doc/quick-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/quick-install.md b/doc/quick-install.md index 65bfd71a1..247d90673 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -29,6 +29,7 @@ wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - ### Install Jitsi Meet _Note_: The installer will check if [Nginx](https://nginx.org/) or [Apache](https://httpd.apache.org/) is present (in that order) and configure a virtualhost within the web server it finds to serve Jitsi Meet. If none of the above is found it then defaults to Nginx. +If you are already running Nginx on port 443 on the same machine you better skip the turnserver configuration as it will conflict with your current port 443, so use the command `apt install --no-install-recommends jitsi-meet`. ```sh # Ensure support is available for apt repositories served via HTTPS