about summary refs log tree commit diff
path: root/docs/Running-Mastodon/Production-guide.md
diff options
context:
space:
mode:
authorShel R <Yiskah.Raphen@gmail.com>2017-04-07 22:33:40 -0400
committerGitHub <noreply@github.com>2017-04-07 22:33:40 -0400
commitd7d165db5b1b7b1959a36e1f0e3da875befc2574 (patch)
tree5be0ded23cf8a3190a3173bd5b16f4c4af77207f /docs/Running-Mastodon/Production-guide.md
parent73b8e67f4b103fc3400064d153807d6d88f758d4 (diff)
parentd7f4300ee3ff44a42453ea8042034d651a9789da (diff)
Merge branch 'master' into add-infinimatix.net-instance
Diffstat (limited to 'docs/Running-Mastodon/Production-guide.md')
-rw-r--r--docs/Running-Mastodon/Production-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md
index 90e9c0dea..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;
 
@@ -90,7 +90,7 @@ It is recommended to create a special user for mastodon on the server (you could
 
     sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
     curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
-    apt-get intall nodejs
+    apt-get install nodejs
     sudo npm install -g yarn
 
 ## Redis