Man page - caddy-start(8)
Packages contains this manual
- caddy-completion(8)
- caddy-start(8)
- caddy-list-modules(8)
- caddy-fmt(8)
- caddy-adapt(8)
- caddy(8)
- caddy-build-info(8)
- caddy-untrust(8)
- caddy-manpage(8)
- caddy-reverse-proxy(8)
- caddy-environ(8)
- caddy-respond(8)
- caddy-run(8)
- caddy-trust(8)
- caddy-reload(8)
- caddy-validate(8)
- caddy-stop(8)
- caddy-version(8)
- caddy-hash-password(8)
- caddy-file-server(8)
apt-get install caddy
Manual
Caddy
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
HISTORY
NAME
caddy-start - Starts the Caddy process in the background and then returns
SYNOPSIS
caddy start [flags]
DESCRIPTION
Starts the Caddy process, optionally bootstrapped with an initial config file. This command unblocks after the server starts running or fails to run.
If --envfile is specified, an environment file with environment variables in the KEY=VALUE format will be loaded into the Caddy process.
On Windows, the spawned child process will remain attached to the terminal, so closing the window will forcefully stop Caddy; to avoid forgetting this, try using ’caddy run’ instead to keep it in the foreground.
OPTIONS
|
--adapter ="" |
Name of config adapter to apply |
||
|
--config ="" |
Configuration file |
||
|
--envfile ="" |
Environment file to load |
||
|
-h , --help [=false] |
help for start |
||
|
--pidfile ="" |
Path of file to which to write process ID |
||
|
--watch [=false] |
Reload changed config file automatically |
SEE ALSO
caddy(8)
HISTORY
12-Jul-2025 Auto generated by spf13/cobra