about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorEd Knutson <knutsoned@gmail.com>2017-04-07 14:10:39 -0500
committerEd Knutson <knutsoned@gmail.com>2017-04-07 14:10:39 -0500
commit27012aaeb6af9c41adc19443cbd17153e3b2d565 (patch)
treefb8af1128b36cb8e7babec39d5dec055deae2ef1 /docs
parent4e41cd9ab8f51120d558b70528b163c98993be53 (diff)
change suggested cipher for nginx
Diffstat (limited to 'docs')
-rw-r--r--docs/Running-Mastodon/Production-guide.md2
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;