projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0391981
)
disable sslv3
author
Henry Jameson
<me@hjkos.com>
Tue, 15 Aug 2017 21:25:26 +0000
(
00:25
+0300)
committer
Henry Jameson
<me@hjkos.com>
Tue, 15 Aug 2017 21:25:26 +0000
(
00:25
+0300)
installation/pleroma.nginx
patch
|
blob
|
history
diff --git
a/installation/pleroma.nginx
b/installation/pleroma.nginx
index 1bdb95ab48566681695dff754cfbaa25897bfe28..1a6e1d56f4f41f9db7ac6eca775da87890069eba 100644
(file)
--- a/
installation/pleroma.nginx
+++ b/
installation/pleroma.nginx
@@
-12,7
+12,7
@@
server {
ssl_certificate /etc/letsencrypt/live/exmaple.tld/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.tld/privkey.pem;
- ssl_protocols
SSLv3
TLSv1 TLSv1.1 TLSv1.2;
+ ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
ssl_prefer_server_ciphers on;