1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Caddy for Debian
================
Command line usage
==================
See caddy(1) for available subcommands and caddy-<subcommand>(1) for usage and
available flags of its respective <subcommand>.
Documentation
=============
An extensive documentation to Caddy can be found at https://caddyserver.com/docs.
Caddyfile
=========
A default configuration file is installed to `/etc/caddy/Caddyfile`.
See https://caddyserver.com/docs/caddyfile to learn more about the Caddyfile.
Systemd
=======
Two Systemd unit files written by its upstream authors are installed:
- `/usr/lib/systemd/system/caddy.service`
- `/usr/lib/systemd/system/caddy-api.service`
The first will read the configuration from `/etc/caddy/Caddyfile`.
The latter will be controlled via its API and without a configuration file.
Changes to upstream
===================
The Caddy binary installed to `/usr/bin/caddy` does not does provide the
subcommands `add-package`, `build-info`, `remove-package` and `upgrade`
and includes the `man` subcommand which generates the manual pages shipped
with this package.
For upgrading Caddy use the APT package manager.
|