mirror of
https://github.com/yurymuski/nginx-http3.git
synced 2026-09-26 22:16:10 +00:00
49b86a941ebc19216098cbd040062d572e2f2f75
nginx-http3
Nginx compiled with BoringSSL and quiche for HTTP3 support
Image is super large ~2GB, recommed to use:
https://github.com/RanadeepPolavarapu/docker-nginx-http3
usage:
- get certs from certbot in /etc/letsencrypt/
- create nginx.conf like in example
docker run --name nginx -d --net host -v /etc/letsencrypt/:/opt/nginx/certs/ -v /opt/nginx/conf/nginx.conf:/opt/nginx/conf/nginx.conf ymuski/nginx-quic:1.16.1
Languages
Dockerfile
100%