README: pointed out Alt-Svc "ma" parameter useful with curl.

This commit is contained in:
Sergey Kandaurov 2020-05-22 18:22:00 +03:00
parent 8cf95255ac
commit 620dfec5cb
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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';
}
}
}