We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22af67 commit 8e5027cCopy full SHA for 8e5027c
1 file changed
nginx/default.conf
@@ -19,6 +19,9 @@ server {
19
listen 443 ssl; # Listen on port 443 for IPv4 requests
20
server_name $host:8443; # replace '$host:8443' with your server domain name and port
21
22
+ # Enable support for TLS 1.2 and/or 1.3
23
+ ssl_protocols TLSv1.2 TLSv1.3;
24
+
25
# SSL certificate - replace as required with your own trusted certificate
26
ssl_certificate /etc/ssl/fullchain.pem;
27
ssl_certificate_key /etc/ssl/privkey.pem;
0 commit comments