diff --git a/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf b/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf index b5c90657..b3bfc06c 100644 --- a/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf +++ b/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf @@ -9,7 +9,7 @@ ssl_session_cache shared:SSL:10m; ssl_dhparam /etc/tls/dhparam; ssl_protocols TLSv1.2 TLSv1.3; -ssl_ecdh_curve p384_mlkem768:x25519_mlkem768:p384_kyber768:x25519_kyber768:secp384r1:x25519:prime256v1; +ssl_ecdh_curve p384_mlkem768:X25519MLKEM768:p384_kyber768:x25519_kyber768:secp384r1:x25519:prime256v1; ssl_prefer_server_ciphers on; ssl_conf_command Options PrioritizeChaCha;