mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Merge pull request #1 from hellodanielting/hellodanielting-removeRC4
Update SSL Ciphers for nginx.conf
This commit is contained in:
commit
d967fb40c6
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ http {
|
|||
|
||||
|
||||
# SSL PCI Compliance
|
||||
ssl_ciphers RC4:HIGH:!aNULL:!MD5:!kEDH;
|
||||
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
|
||||
ssl_ciphers EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue