File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131
3232 http3_hq on;
3333
34- add_header Alt-Svc 'hq-29 =":443"' ;
34+ add_header Alt-Svc 'h3 =":443"; ma=86400 ' ;
3535 location / {
3636 root /www;
3737 }
Original file line number Diff line number Diff line change 2828 listen *:443 quic reuseport;
2929 listen [::]:443 ssl;
3030 listen [::]:443 quic reuseport;
31- add_header Alt-Svc 'h3-29 =":443"';
31+ add_header Alt-Svc 'h3=":443"; ma=86400 ';
3232 location / {
3333 root /www;
3434 }
Original file line number Diff line number Diff line change 3131
3232 http3_hq on;
3333
34- add_header Alt-Svc 'hq-29 =":443"';
34+ add_header Alt-Svc 'h3 =":443"; ma=86400 ';
3535 location / {
3636 root /www;
3737 }
Original file line number Diff line number Diff line change 3131
3232 http3_hq on;
3333
34- add_header Alt-Svc 'hq-29 =":443"';
34+ add_header Alt-Svc 'h3 =":443"; ma=86400 ';
3535 location / {
3636 root /www;
3737 }
You can’t perform that action at this time.
0 commit comments