quick-docs/modules/ROOT/pages/_partials/proc_configuring_jitsi_webserver.adoc
2023-06-27 10:21:46 +00:00

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
----