Skip to content

Commit

Permalink
Add more h3 version in alt-svc header
Browse files Browse the repository at this point in the history
Tested with Firefox 88 (with network.http.http3.enabled flag enabled).
  • Loading branch information
macbre committed May 19, 2021
1 parent 97d2a3c commit 100a0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/https.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server {
ssl_early_data on;

# Add Alt-Svc header to negotiate HTTP/3.
add_header alt-svc 'h3=":8889"; ma=86400';
add_header alt-svc 'h3-27=":8889"; ma=86400, h3-28=":8889"; ma=86400, h3-29=":8889"; ma=86400';

location / {
root /static;
Expand Down

0 comments on commit 100a0d6

Please sign in to comment.