Skip to content

Commit 558f6a5

Browse files
committed
(#39) xmpp2: minor SSL-related changes
1 parent 9e4c848 commit 558f6a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xmpp2/files/nginx/ssl.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
ssl_certificate /etc/letsencrypt/live/codingteam.org.ru-0001/fullchain.pem;
6-
ssl_certificate_key /etc/letsencrypt/live/codingteam.org.ru-0001/privkey.pem;
5+
ssl_certificate /etc/letsencrypt/live/codingteam.org.ru/fullchain.pem;
6+
ssl_certificate_key /etc/letsencrypt/live/codingteam.org.ru/privkey.pem;
77
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
8-
ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
8+
ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
99
add_header Strict-Transport-Security 'max-age=15552000';

0 commit comments

Comments
 (0)