macbre / docker-nginx-http3

Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
https://hub.docker.com/r/macbre/nginx-http3
177 stars 54 forks source link

Add kTLS/OpenSSL3 `sendfile` support #144

Closed dalisoft closed 3 months ago

dalisoft commented 3 months ago

As my research, i'm made list of docker images to compare different nginx images

Image HTTP3 Brotli kTLS njs Grade A+ SSL
macbre/nginx-http3 + + - + +
ymuski/nginx-quic + + - - -
fholzer/nginx-brotli + + - - -
nginx + - + - -

This package only does not have kTLS/sendfile support, if adding would be possible, it will be nice

Similar issue: #143

vincejv commented 3 months ago

sent a pr for this simple Feature request

macbre commented 3 months ago

Thanks, @vincejv! Taking a look at your PR.