Added: ejabberd config (WIP)
This commit is contained in:
parent
afde58b884
commit
186b859ed5
11 changed files with 414 additions and 60 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue