Added: ejabberd config (WIP)

This commit is contained in:
Stupéflo 2024-05-23 19:13:11 +02:00
parent afde58b884
commit 186b859ed5
Signed by: stupeflo
GPG key ID: 873D883BD359DEE2
11 changed files with 414 additions and 60 deletions

View file

@ -209,7 +209,7 @@ modules:
## ## Mnesia is limited to 2GB, better to use an SQL backend
## ## For small servers SQLite is a good fit and is very easy
## ## to configure. Uncomment this when you have SQL configured:
## ## db_type: sql
## ## db_type: sql
## assume_mam_usage: true
## default: always
mod_mqtt: {}

View file

@ -5,7 +5,7 @@ server {
server_name {{ movim.domain }};
ssl_certificate /etc/letsencrypt/live/{{ movim.domain }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ movim.domain }}/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
# Where Movim public directory is setup