diff options
author | Ed Knutson <knutsoned@gmail.com> | 2017-04-07 14:10:39 -0500 |
---|---|---|
committer | Ed Knutson <knutsoned@gmail.com> | 2017-04-07 14:10:39 -0500 |
commit | 27012aaeb6af9c41adc19443cbd17153e3b2d565 (patch) | |
tree | fb8af1128b36cb8e7babec39d5dec055deae2ef1 /docs | |
parent | 4e41cd9ab8f51120d558b70528b163c98993be53 (diff) |
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 90e9c0dea..1dba56131 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; |