[Web] Add TLS 1.3 to XMPP site, should fix #4064

master
andryyy 2021-04-18 20:55:29 +02:00
parent 0d36f9efd6
commit 0e307e8ffe
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ server {
include /etc/nginx/conf.d/listen_ssl.active;
include /etc/nginx/conf.d/listen_plain.active;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_certificate /etc/ssl/mail/cert.pem;
ssl_certificate_key /etc/ssl/mail/key.pem;