From 089bc0baf4956734291f9504b9ca43048dd1c591 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Fri, 22 May 2020 18:22:00 +0300 Subject: README: pointed out Alt-Svc "ma" parameter useful with curl. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f162d6ba0..69ec851d1 100644 --- a/README +++ b/README @@ -134,7 +134,7 @@ Example configuration: location / { # required for browsers to direct them into quic port - add_header Alt-Svc $http3=":8443"; + add_header Alt-Svc '$http3=":8443"; ma=86400'; } } } -- cgit