Compiling Nginx to make the blog support QUIC-HTTP/3

Enter the quiche patch developed by Cloudflare; Nginx officially announced support for HTTP/3 on the 10th, so there is another method. Since I am an old Nginx user, I will share the two methods of quiche patch compilation and official compilation of Nginx-quic, as well as the process of blog configuration.

Patch and compile Nginx

To patch and compile Nginx, the first step is to download the quiche of Nginx and Cloudflare, but the actual compilation also requires cmake, go runtime, and rust. Let’s go step by step.

Continue reading “Compiling Nginx to make the blog support QUIC-HTTP/3”