You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| Dockerfile | 6 years ago | |
| LICENSE | 6 years ago | |
| README.md | 6 years ago | |
| example.nginx.conf | 6 years ago | |
README.md
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