Features
- HTTP/3 (QUIC) via CloudFlare's quiche
- HTTP/2 (with Server Push)
- HTTP/2
- BoringSSL (Google's flavor of OpenSSL)
- TLS 1.3 with 0-RTT support
- Brotli compression
- headers-more-nginx-module
- Alpine Linux (total size of 9 MB compressed)
Example:
# Base Nginx HTTP/3 Image FROM ranadeeppolavarapu/nginx-http3:latest # Copy your certs. COPY localhost.key /etc/ssl/private/ COPY localhost.pem /etc/ssl/ # Copy your configs. COPY nginx.conf /etc/nginx/ COPY h3.nginx.conf /etc/nginx/conf.d/