2020-02-11 17:56:31 +03:00
2020-02-11 17:49:03 +03:00
2020-02-11 17:56:31 +03:00
2020-02-11 02:10:38 +03:00
2020-02-11 17:56:31 +03:00

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

S
Description
Nginx docker image compiled with BoringSSL and quiche for HTTP3 support + Brotli compression
Readme MIT
55 KiB
Languages
Dockerfile 100%