Examples (6)
Start Caddy in the foreground
caddy runStart Caddy with the specified Caddyfile
caddy run --config path/to/CaddyfileStart Caddy in the background
caddy startStop a background Caddy process
caddy stopRun a simple file server on the specified port with a browsable interface
caddy file-server --listen :8000 --browseRun a reverse proxy server
caddy reverse-proxy --from :80 --to localhost:8000made by @shridhargupta | data from tldr-pages