7 articles
Saturday, Nov 15, 2025
Debian Install the prerequisites: sudo apt install curl gnupg2 ca-certificates lsb-release debian-archive-keyring nginx 安装http 3的方法,最新版的nginx支持quic ,也就是http3,使用udp协议 Import an official nginx signing …
Thursday, Jul 27, 2023
重新编译nginx,以便支持最新的quichttp3以及 brotli 压缩 目前nginx的管网主线版本以及包含了quichttp3支持了,直接在线安装即可。。。 下面是安装nginx主线版本的方法,就不翻译了,大致上接触过Linux系统的应该看得懂 Install the prerequisit...
Tuesday, Apr 25, 2023
在ARM服务器中基于ubuntu系统一键架设nginx quic http3环境, 母鸡使用的ARM服务器,非X86,这里介绍一键架设nginx quic http3环境的方法。 当然喜欢折腾的也可以自行在ARM服务器编译安装nginx quic http3环境,但是真的很蛋疼,一大堆报错 至...
Monday, May 16, 2022
How to update the open source http3 server - openlitespeed? Assuming that the online running is 1.7.15, to upgrade to 1.7.16 So how to do it? The foll...
怎样更新开源的http3服务器-openlitespeed? 假设线上正在运行的是1.7.15,要升级到1.7.16 那么怎么弄?下面的方法升级很简单,但是网站肯定会掉线一会儿 wget https://openlitespeed.org/packages/openlitespeed-1.7.16....
Friday, Apr 3, 2020
nginx 开启http3 QUIC和配置Brotli压缩和反向代理的详细教程 nginx 配置http3 QUIC参阅这篇文章 https://www.vpslala.com/t/403 在上面的配置中编译Nginx时添加以下代码 git clone https://github.com/goog...
Friday, Mar 27, 2020
nginx据说早官方就表示会支持QUIC,但是迟迟没有发布相关的版本 主打安全和加速的CDN厂商cloudflare发布了基于nginx的QUIC补丁 安装环境依赖和编译工具 apt-get install build-essential automake autoconf make git cma...