fix: 修复 status 站点 80 端口重定向写法,certbot 证书签发成功

This commit is contained in:
2026-08-27 00:56:28 +08:00
parent bdffcee0ee
commit 60b9ce1866
3 changed files with 28 additions and 7 deletions
+1
View File
@@ -39,6 +39,7 @@
### Fixed
- 修正监控工具选型:将误准备的上游 Komarighcr.io/komari-monitor/komari)镜像与配置替换为 Komari Liteghcr.io/nuomiiiii/komari),服务器上误拉的上游镜像已删除。
- 修复 status.lzwlab.cn 的 80 端口重定向写法:server 级 return 301 会先于 location 匹配执行,导致 ACME 挑战路径被重定向、证书无法签发;改为 location / 内重定向后 certbot 签发成功(Let's Encrypt ECDSA,有效期至 2026-11-24)。
### Security