Adds more sections
This commit is contained in:
parent
2d12a734e6
commit
4c3518c5c8
8 changed files with 252 additions and 3 deletions
|
@ -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
|
||||
----
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue