summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2020-04-26 10:36:25 +0900
committerGitHub <noreply@github.com>2020-04-26 10:36:25 +0900
commit3b49d233f8c2b7159363468e64adfc91cf0a8c20 (patch)
tree0a2fa7a77584687399b44b03b3d1a01e6ea482ee /docs/examples
parentUpdate dependencies 🚀 (#6297) (diff)
downloadsharkey-3b49d233f8c2b7159363468e64adfc91cf0a8c20.tar.gz
sharkey-3b49d233f8c2b7159363468e64adfc91cf0a8c20.tar.bz2
sharkey-3b49d233f8c2b7159363468e64adfc91cf0a8c20.zip
nginxサンプルでTLSv1.2以外をdropなど (#6298)
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/misskey.nginx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/misskey.nginx b/docs/examples/misskey.nginx
index ab72da90eb..6ed51f020c 100644
--- a/docs/examples/misskey.nginx
+++ b/docs/examples/misskey.nginx
@@ -39,8 +39,8 @@ server {
#ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
# SSL protocol settings
- ssl_protocols TLSv1 TLSv1.2;
- ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:AES128-SHA;
+ ssl_protocols TLSv1.2;
+ ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:AES128-SHA;
ssl_prefer_server_ciphers on;
# Change to your upload limit