From 78ef6acd324182827a352df7c8908bed3cb5fcd6 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 8 Jun 2021 16:58:58 -0400 Subject: [PATCH] fixes --- Nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/nginx.conf b/Nginx/nginx.conf index 24aee63..103ff9e 100644 --- a/Nginx/nginx.conf +++ b/Nginx/nginx.conf @@ -42,7 +42,7 @@ http { ssl_session_cache shared:SSL:10m; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384; ssl_dhparam /etc/nginx/dhparam.pem; - ssl_ecdh_curve X25519, prime256v1, secp384r1; + ssl_ecdh_curve X25519 prime256v1 secp384r1; ## # Logging Settings