36 lines
566 B
Text
36 lines
566 B
Text
// Module included in the following assemblies:
|
|
//
|
|
// configuring_jitsi.adoc
|
|
[id='configuring_jitsi_webserver']
|
|
|
|
== Configuring Jitsi webserver
|
|
|
|
.Prerequisites
|
|
|
|
* Configure an HTTPS server for `\___jitsiFQDN___`.
|
|
|
|
.Procedure
|
|
|
|
* For Apache:
|
|
** Replace the placeholders in the `/etc/httpd/conf.d/jitsi-meet.conf` file.
|
|
|
|
** Restart the `httpd` service:
|
|
+
|
|
----
|
|
$ sudo systemctl restart httpd
|
|
----
|
|
|
|
|
|
* For Nginx:
|
|
** Replace the placeholders in the `/etc/nginx/conf.d/jitsi-meet.conf` file.
|
|
|
|
** Restart the `nginx` service:
|
|
+
|
|
----
|
|
$ sudo systemctl restart nginx
|
|
----
|
|
|
|
|
|
|
|
|
|
|