wordpress-nginx
wordpress-nginx copied to clipboard
✔️ Add Support for TLS 1.3
Transportation Layer Security (TLS) 1.3 protocol provides unparalleled privacy and performance compared to previous versions of TLS and non-secure HTTP.
I've added support for TLS 1.3:
📄 ssl.conf
ssl_protocols TLSv1.2 TLSv1.3;
🍻 Cheers!