mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 22:50:32 +00:00
Merge pull request #980 from reasonerjt/dev
update cipher suite on nginx setting.
This commit is contained in:
commit
93a8e47987
|
@ -32,7 +32,7 @@ http {
|
|||
|
||||
# Recommendations from https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html
|
||||
ssl_protocols TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
|
||||
ssl_ciphers '!aNULL:kECDH+AESGCM:ECDH+AESGCM:RSA+AESGCM:kECDH+AES:ECDH+AES:RSA+AES:';
|
||||
ssl_prefer_server_ciphers on;
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user