Sfoglia il codice sorgente

Warn that turn will need port 443.

master
damencho 5 anni fa
parent
commit
2761a6dbb3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      doc/quick-install.md

+ 1
- 0
doc/quick-install.md Vedi File

29
 ### Install Jitsi Meet
29
 ### Install Jitsi Meet
30
 
30
 
31
 _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.
31
 _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.
32
+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`.
32
 
33
 
33
 ```sh
34
 ```sh
34
 # Ensure support is available for apt repositories served via HTTPS
35
 # Ensure support is available for apt repositories served via HTTPS

Loading…
Annulla
Salva