Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Aug 24, 2020
1 parent 33dd719 commit 5c2b8ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ server {
ssl_session_cache shared:SSL:50m;
ssl_session_timeout 1d;
ssl_session_tickets off;
ssl_protocols TLSv1.3 TLSv1.2;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
ssl_protocols TLSv1.3 TLSv1.2;
ssl_ecdh_curve secp384r1;
# ssl_early_data on;
add_header Content-Security-Policy "default-src https: data: 'unsafe-inline' 'unsafe-eval'" always;
Expand Down

0 comments on commit 5c2b8ab

Please sign in to comment.