diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 35181c85..073c7ae1 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -35,7 +35,8 @@ server { server_name example.com; ssl_protocols TLSv1.2; - ssl_ciphers HIGH:!MEDIUM:!LOW:!aNULL:!NULL:!SHA1; + ssl_ciphers EECDH+AESGCM:EECDH+AES; + ssl_ecdh_curve prime256v1; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m;