Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/182 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
8 lines
256 B
Plaintext
8 lines
256 B
Plaintext
ssl_session_cache shared:le_nginx_SSL:1m;
|
|
ssl_session_timeout 1440m;
|
|
ssl_protocols TLSv1.2 TLSv1.3;
|
|
ssl_prefer_server_ciphers off;
|
|
|
|
ssl_ciphers "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:...";
|
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|