Added: ejabberd config (WIP)

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

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