Caddy: Difference between revisions
(Began the Caddy wiki article) |
(No difference)
|
Revision as of 02:41, 18 September 2024
Caddy is a fast and extensible multi-platform HTTP/1, HTTP/2, and HTTP/3 web server with automatic TLS by default, providing HTTPS on every site.
Intallation
Caddy package is available in the Alpine Linux repositories. To install it run:
apk update apk add caddy
System scripts
If you are running OpenRC, then you can install those with:
apk update apk add caddy-openrc
If you are running runit, s6, or dinit, (or other), then there are no scripts packaged for your init systems yet. Please feel free to contribute a package with them.
Configuration
Caddy's default config file when using the Artix package is /etc/caddy/Caddyfile.
Upstream provides Caddyfile configuration documentation.