]> git.kaiwu.me - nginx.git/commitdiff
README: documented Retry, 0-RTT, TLSv1.3 configuration.
authorSergey Kandaurov <pluknet@nginx.com>
Sat, 23 May 2020 11:41:08 +0000 (14:41 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Sat, 23 May 2020 11:41:08 +0000 (14:41 +0300)
README

diff --git a/README b/README
index 69ec851d1bd41fb499a14672a93fb37fbe61573b..1c64d364d49de8b701bf2a43e586a74dd2beb600 100644 (file)
--- a/README
+++ b/README
@@ -108,6 +108,18 @@ Experimental QUIC support for nginx
         quic_active_migration
         quic_active_connection_id_limit
 
+    To enable address validation:
+
+        quic_retry on;
+
+    To enable 0-RTT:
+
+        ssl_early_data on;
+
+    Make sure that TLS 1.3 is configured which is required for QUIC:
+
+        ssl_protocols TLSv1.3;
+
     Two additional variables are available: $quic and $http3.
     The value of $quic is "quic" if QUIC connection is used,
     and empty string otherwise. The value of $http3 is a string