nginx-quic

Install and use nginx-quic

① install boringssl

https://github.com/google/boringssl
insert image description here
is uploaded to the /usr/local/ directory of the host where nginx is located via xftp.

unzip boringssl-master.zip -d /usr/local/

mv boringssl-master boringssl

mkdir build

cd build

apt install gcc

apt install g++

cmake …

make


② Install nginx-quic

https://hg.nginx.org/nginx-quic
insert image description here
insert image description here
is uploaded to the /usr/local/ directory of the host where nginx is located via xftp.

unzip nginx-quic.zip -d /usr/local/

mv nginx-quic-9ea62b6250f2 nginx

cd nginx

sudo apt-get install libpcre3 libpcre3-dev

sudo ap

Guess you like

Origin blog.csdn.net/weixin_46878177/article/details/130125663