Enable ssl_prefer_server_ciphers

pull/1/head
Georg Krause 2022-03-19 13:39:55 +01:00
parent 8b53880329
commit 21076b6191
Signed by: gcrkrause
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ server {
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m;
ssl_session_tickets off;
ssl_prefer_server_ciphers on;
access_log off;
error_log off;