Thursday, February 9, 2023

nginx with HTTP/3

Wanted to try out nginx with HTTP/3. But currently the feature is still under development. So needed to craft a docker image to build and run it:

https://github.com/kitsook/nginx-perf

It is based on the steps from this page, except for the part of installing boringssl. The latest version requires golang 1.19, which is not included with Debian distribution. Needed to install it directly during the build.

No comments: