ttrss-nginx.conf: Ciphers update.

This commit is contained in:
x86dev 2015-05-18 00:07:04 +02:00
parent d1216415b9
commit 747a683b4f

View File

@ -5,10 +5,10 @@ server {
ssl on;
ssl_certificate /etc/ssl/certs/ttrss.cert;
ssl_certificate_key /etc/ssl/private/ttrss.key;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM EDH+AESGCM EECDH -RC4 EDH -CAMELLIA -SEED !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4";
ssl_ciphers "AES256+EECDH:AES256+EDH:!aNULL";
index index.php index.html;
location / {