diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-07 23:02:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 23:02:49 +0200 |
commit | 0b32b5108ee4484b8340dd74d484b3ebf551ddfb (patch) | |
tree | 048bbf1af231c17cd57cb9f9f88db3fe6bba8187 /docs | |
parent | e2f024147c624a1fc10c603d5e752132cc773400 (diff) | |
parent | 27012aaeb6af9c41adc19443cbd17153e3b2d565 (diff) |
Merge pull request #1191 from d3vgru/master
change suggested cipher for nginx
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Running-Mastodon/Production-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index 1a65771ce..af21af546 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -24,7 +24,7 @@ server { ssl_protocols TLSv1.2; ssl_ciphers EECDH+AESGCM:EECDH+AES; - ssl_ecdh_curve secp384r1; + ssl_ecdh_curve prime256v1; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; |