-
Notifications
You must be signed in to change notification settings - Fork 67
nginx 1.21.5 #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nginx 1.21.5 #73
Conversation
http://nginx.org/en/CHANGES Changes with nginx 1.21.5 28 Dec 2021 *) Change: now nginx is built with the PCRE2 library by default. *) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD. *) Feature: support for sendfile(SF_NOCACHE) on FreeBSD. *) Feature: the $ssl_curve variable. *) Bugfix: connections might hang when using HTTP/2 without SSL with the "sendfile" and "aio" directives.
|
See https://quic.nginx.org/README: In http, an additional variable is available: $http3. The value of $http3 is "h3" for HTTP/3 connections, "hq" for hq connections, or an empty string otherwise. Prevent the following from being reported: nginx: [emerg] unknown "quic" variable
The value of $http3 is "h3" for HTTP/3 connections,
"hq" for hq connections, or an empty string otherwise.
|
@Areskul - thanks for the hint. I've followed the https://hg.nginx.org/nginx-quic/rev/651cc905b7c2 commit and now |
| # Add Alt-Svc header to negotiate HTTP/3. | ||
| add_header alt-svc 'h3-27=":8889"; ma=86400, h3-28=":8889"; ma=86400, h3-29=":8889"; ma=86400'; | ||
| add_header QUIC-Status $quic; # Sent when QUIC was used | ||
| add_header QUIC-Status $http3; # Sent when QUIC was used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Ahh! Glade to see it worked!! |
|
I've also published the most recent version - 1.21.6 |
http://nginx.org/en/CHANGES