This project as my test and examples how to build nginx with QUIC support.
- Docker
docket pull panaceya/nginx-build-quic:tag
where tag
is one of:
- ubuntu-18.04
- ubuntu-20.04
- centos-7
- centos-8
FROM panaceya/nginx-build-quic:<tag>
#
# some stages
#
# start Nginx
CMD ["nginx"]