We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be23195 commit 3623544Copy full SHA for 3623544
ssl.conf
@@ -2,3 +2,9 @@ listen 443 ssl http2;
2
ssl_certificate /etc/letsencrypt/live/uspgamedev.org/fullchain.pem;
3
ssl_certificate_key /etc/letsencrypt/live/uspgamedev.org/privkey.pem;
4
ssl_trusted_certificate /etc/letsencrypt/live/uspgamedev.org/chain.pem;
5
+ssl_protocols TLSv1.2 TLSv1.3;
6
+ssl_prefer_server_ciphers on;
7
+ssl_ciphers ECDHE-RSA-AES256-GCM-SHA512:DHE-RSA-AES256-GCM-SHA512:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384;
8
+ssl_session_cache shared:SSL:100m;
9
+ssl_session_timeout 20m;
10
+
0 commit comments