Browse Source

Merge pull request #1191 from d3vgru/master

change suggested cipher for nginx
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
0b32b5108e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/Running-Mastodon/Production-guide.md

+ 1
- 1
docs/Running-Mastodon/Production-guide.md View File

@ -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;

Loading…
Cancel
Save