A fork of https://github.com/ricardbejarano/nginx with KTLS enabled and some optimization flags. Used for the different Invidious backends that I host.
https://man.freebsd.org/cgi/man.cgi?ktls(4) | https://www.f5.com/company/blog/nginx/improving-nginx-performance-with-kernel-tls | https://www.kernel.org/doc/html/latest/networking/tls-offload.html
conf | ||
.travis.yml | ||
Dockerfile | ||
LICENSE | ||
README.md |
nginx (Docker image)
Built-from-source container image of the NGINX HTTP server
Available at ricardbejarano/nginx
.
Features
- Super tiny (only
13MB
) - Built from source, including libraries
- Based on the official
gcr.io/distroless/base
image - Included TLS1.3 protocol support (with OpenSSL)
- Included brotli compression support (with ngx_brotli)
Volumes
Mount your configuration on the container's /etc/nginx
folder.
Mount your content on the container's /etc/nginx/html
folder.
License
See LICENSE.