Add TLS 1.3 0-RTT nginx configuration

This commit is contained in:
VirtuBox
2019-10-08 17:50:51 +02:00
parent a26fc2cb10
commit b877b1e8c7
2 changed files with 6 additions and 0 deletions

View File

@@ -27,3 +27,8 @@
open_file_cache_min_uses 2;
open_file_cache_valid 120s;
open_log_file_cache max=10000 inactive=30s min_uses=2;
ssl_dyn_rec_size_hi 4229;
ssl_dyn_rec_size_lo 1369;
ssl_dyn_rec_threshold 40;
ssl_dyn_rec_timeout 1000;