We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4c848 commit 558f6a5Copy full SHA for 558f6a5
xmpp2/files/nginx/ssl.conf
@@ -2,8 +2,8 @@
2
#
3
# SPDX-License-Identifier: MIT
4
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;
+ssl_certificate /etc/letsencrypt/live/codingteam.org.ru/fullchain.pem;
+ssl_certificate_key /etc/letsencrypt/live/codingteam.org.ru/privkey.pem;
7
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
8
-ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
+ssl_ciphers "HIGH:!aNULL:!MD5:!kEDH";
9
add_header Strict-Transport-Security 'max-age=15552000';
0 commit comments