Adds more sections

This commit is contained in:
Jaroslav Klech 2023-06-05 17:21:24 +02:00 committed by pbokoc
parent 2d12a734e6
commit 4c3518c5c8
8 changed files with 252 additions and 3 deletions

View file

@ -0,0 +1,36 @@
// 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
----