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
Merge pull request
#1191
from d3vgru/master
change suggested cipher for nginx
closed-social-v3
Eugen
7 years ago
committed by
GitHub
parent
e2f024147c
27012aaeb6
commit
0b32b5108e
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