changeset 8396:94c06fe6e159 quic

README: pointed out Alt-Svc "ma" parameter useful with curl.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 May 2020 18:22:00 +0300
parents 578563babbd1
children 1245e274b9ba
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri May 22 18:16:34 2020 +0300
+++ b/README	Fri May 22 18:22:00 2020 +0300
@@ -134,7 +134,7 @@
 
             location / {
                 # required for browsers to direct them into quic port
-                add_header Alt-Svc $http3=":8443";
+                add_header Alt-Svc '$http3=":8443"; ma=86400';
             }
         }
     }