Skip to content
This repository has been archived by the owner on Jan 15, 2018. It is now read-only.

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Remove TLSv1.0
  • Loading branch information
hazcod committed Aug 5, 2015
1 parent e5457d9 commit 438c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ http {
#Only use secure ciphers
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.1 TLSv1.2;
client_body_buffer_size 10K;
client_header_buffer_size 1k;
Expand Down

0 comments on commit 438c408

Please sign in to comment.