Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

29
wiki/entities/Caddy.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "Caddy"
type: entity
tags: [web-server, reverse-proxy, https, open-source]
date: 2026-04-16
---
## Aliases
- Caddy Web Server
- Caddyfile
## Definition
Caddy 是一个自动 HTTPS 的开源 Web 服务器和反向代理,支持自动申请和续期 Let's Encrypt 证书,配置简单。
## Key Properties
- 开发语言Go
- 官方仓库https://github.com/caddyserver/caddy
- 默认端口80 (HTTP), 443 (HTTPS)
- 特性:自动 HTTPS、HTTP/3 支持、TLS 1.3
## Use Cases
- 反向代理
- 静态文件服务
- 自动 HTTPS 证书管理
- Terminating HTTPS
## Connections
- [[VPS]] ← runs ← [[Caddy]]
- [[Caddy]] ← provides HTTPS for ← 域名