Files
nexus/wiki/entities/Caddy.md
2026-04-17 08:38:12 +08:00

29 lines
676 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 ← 域名