环境搭建- -nginx-with-http3
writing
cmake 3
wget https://github.com/Kitware/CMake/releases/download/v3.23.0/cmake-3.23.0-linux-x86_64.sh chmod +x cmake-3.23.0-linux-x86_64.sh bash ./cmake-3.23.0-linux-x86_64.sh --skip-licence --prefix=/usr
boringSSL(需要 cmake 3版本)
wget https://github.com/google/boringssl/archive/refs/heads/master.zip unzip master.zip cd boringssl-master mkdir build && cd build cmake …/ make -j 4
nginx-quic
wget https://hg.nginx.org/nginx-quic/archive/tip.zip
unzip tip.zip
cd nginx-quic-0af598651e33
./auto/configure --prefix=/usr/local/nginx-quic
–with-http_ssl_module
–with-http_v2_module
–with-http_v3_module
–with-cc-opt=“-I…/boringssl-master/include”
–with-ld-opt=“-L…/boringssl-master/build/ssl -L…/boringssl-master/build/crypto”
make -j 4 && make install
-
2022-08-25
通过源码编译安装部署 Nginx
-
2021-08-09
分布式文件存储系统,通常用于存储小文件、图片等。
-
2021-08-10
升级 fastdfs
-
2023-07-14
-
2023-07-14