Auto-sync: 2026-04-17 08:37
This commit is contained in:
29
wiki/entities/Caddy.md
Normal file
29
wiki/entities/Caddy.md
Normal 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 ← 域名
|
||||
Reference in New Issue
Block a user