Similar to nginx-http3, except that it only provides a single binary nginx instead of Debian package.
According to Debian Wiki, Debian bookworm has reached its end-of-life date in June 2026. Therefore, since version v9.0.0, the project will switch to Debian trixie as the packaging environment.
First, install NGINX from nginx-http3, Debian's official package or NGINX's official package. Then run following commands.
sudo systemctl stop nginx
sudo wget https://github.com/ononoki1/nginx-quictls/releases/latest/download/nginx -O /usr/sbin/nginx
sudo chmod +x /usr/sbin/nginx
sudo systemctl start nginx