This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
change suggested cipher for nginx
closed-social-v3
Ed Knutson
7 years ago
parent
4e41cd9ab8
commit
27012aaeb6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
sec
p
384
r1;
ssl_ecdh_curve pr
ime256v
1;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
Write
Preview
Loading…
Cancel
Save