We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b40a49 commit e3e84c8Copy full SHA for e3e84c8
readme.md
@@ -61,7 +61,7 @@ server {
61
ssl_early_data on;
62
63
# Add Alt-Svc header to negotiate HTTP/3.
64
- add_header alt-svc 'h3=":443"; ma=86400';
+ add_header alt-svc 'h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400';
65
66
location / {
67
# your config
0 commit comments