logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 0b32b5108ee4484b8340dd74d484b3ebf551ddfb
parent: e2f024147c624a1fc10c603d5e752132cc773400
Author: Eugen <eugen@zeonfederated.com>
Date:   Fri,  7 Apr 2017 23:02:49 +0200

Merge pull request #1191 from d3vgru/master

change suggested cipher for nginx

Diffstat:

Mdocs/Running-Mastodon/Production-guide.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;