From: Sergey Kandaurov Date: Fri, 22 May 2020 15:22:00 +0000 (+0300) Subject: README: pointed out Alt-Svc "ma" parameter useful with curl. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=089bc0baf4956734291f9504b9ca43048dd1c591;p=nginx.git README: pointed out Alt-Svc "ma" parameter useful with curl. --- 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'; } } }