Increase the SSL rating from A to A+ (#281)

This commit is contained in:
Evgeniy Antonyuk 2024-07-11 16:10:27 +03:00 committed by GitHub
parent ef67bae358
commit 520681d8d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ server {
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
ssl_protocols TLSv1.3;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_session_cache builtin:1000 shared:SSL:10m;
ssl_prefer_server_ciphers on;