1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-05 11:49:18 +00:00

boring-nginx: update ssl_params

This commit is contained in:
Wonderfall 2017-08-08 16:33:33 +02:00 committed by GitHub
parent f501ccf756
commit 8e72dfb399

@ -1,4 +1,4 @@
ssl_protocols TLSv1.3 TLSv1.2;
ssl_protocols TLSv1.2;
ssl_ecdh_curve X25519:P-521:P-384;
ssl_ciphers [EECDH+CHACHA20|EECDH+AESGCM];
ssl_prefer_server_ciphers on;