40 articles
Monday, Nov 17, 2025
Nginx 反代访问出现 502 Bad Gateway的方法 反向代理后端地址协议配置错误 比如后端地址是http的,但是写成了https就会出现nginx 502 Bad Gateway
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 …
nginx奇怪的启动失败排查 nginx总是启动失败,执行手动启动后呢又可以正常启动 但是系统重启后,nginx又无法自启 执行nginx -t又没有报错 后台查看系统日记定位到配置文件报错的行,原来ip地址少写了一个0,
Thursday, Jul 27, 2023
重新编译nginx,以便支持最新的quichttp3以及 brotli 压缩 目前nginx的管网主线版本以及包含了quichttp3支持了,直接在线安装即可。。。 下面是安装nginx主线版本的方法,就不翻译了,大致上接触过Linux系统的应该看得懂 Install the prerequisit...
Friday, Apr 28, 2023
出现nginx: warn "sslstapling" ignored, issuer certificate not found for certificate错误 就是说你并没有指定CA证书,解决方法有两种,一种就是合并CA证书,格式如下 cat wwwexamplecom.crt COMODO...
Tuesday, Apr 25, 2023
在ARM服务器中基于ubuntu系统一键架设nginx quic http3环境, 母鸡使用的ARM服务器,非X86,这里介绍一键架设nginx quic http3环境的方法。 当然喜欢折腾的也可以自行在ARM服务器编译安装nginx quic http3环境,但是真的很蛋疼,一大堆报错 至...
Monday, Apr 24, 2023
openwrt使用Nginx 替代uhttpd 进入openwrt终端执行下面命令,安装luci-nginx opkg update && opkg install luci-nginx && opkg install luci-ssl-nginx 启动nginx并加入自动启动 text chmo...
Sunday, Mar 19, 2023
快速简单一键搭建nginx quic的环境 apt update apt upgrade -y apt dist-upgrade -y apt install curl vim wget gnupg dpkg apt-transport-https lsb-release ca-certificat...
Wednesday, Nov 9, 2022
连接起来 在您的网络上公开 Web 服务 · 使用 Let's Encrypt 的免费 SSL · 设计时考虑到安全性 · 非常适合家庭网络 代理主机 公开您的专用网络 Web 服务并随时随地连接。 漂亮的用户界面 基于Tabler,界面使用起来很愉快。配置服务器从未如此有趣。 免费 SSL ...
Saturday, Oct 29, 2022
不知道是不是错觉,感觉caddy 比nginx快 昨天把nginx替换为caddy v2,感觉网站速度明显提升了 使用国外第三方测试基本都是3秒内,挺棒的啊。 可能是caddy使用quic的缘故吧。