I just saw that if I install nginx in an container with alpine:latest image then the http_v3_module is not available. But when I use the nginx:alpine container then this module is already there. Anyway it would be interesting to know why the compilation with boringssl does not work.by fansari - Nginx Mailing List - English
Since the nginx package comes without http_v3_module on alpine I tried to compile it. There are some articles on the internet about this. I did this inside of an alpine 3.20 docker container. So first I downloaded and compiled boringssl. This step worked without problems. Next I got ngx_brotli, ngx_headers_more and nginx. My build script looks like this: #!/bin/sh BORINGSSL_DIR='by fansari - Nginx Mailing List - English