欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Caddy
来自开放百科 - 灰狐
您可以在Wikipedia上了解到此条目的英文信息 Caddy Thanks, Wikipedia. |
Caddy
目录 |
简介
Caddy 是一款 Go 语言实现的 Web 服务器和 Web 平台,内置 Let's Encrypt 和 Automatic HTTPS 支持,采用 Apache v2 许可证。
功能
Caddy 是一个功能强大且可扩展的 Web server 和 Server Platform,多数人将其用作 Web 服务器或代理,但对以下各种场景,Caddy 也是极佳选择:
- web server
- reverse proxy
- sidecar proxy
- load balancer
- API gateway
- ingress controller
- system manager
- process supervisor
- task scheduler
- any long-running process
指南
Debian & Ubuntu
$ sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https $ curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add - $ curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list $ sudo apt update $ sudo apt install caddy $ caddy help $ caddy list-modules
HTTPS
- 内置 Let's Encrypt 支持
- Automatic HTTPS
Modules
项目
- Caddy @ GitHub
- caddy-auth-portal
- ERP5 How Nexedi moved to HTTP2 with Caddy
- xcaddy Custom Caddy Builder
- Coraza WAF Caddy Module
图集
链接
分享您的观点