mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
xcaddy: add page (#4259)
This commit is contained in:
parent
cfeb1eaad1
commit
82cc25ba32
1 changed files with 28 additions and 0 deletions
28
pages/common/xcaddy.md
Normal file
28
pages/common/xcaddy.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# xcaddy
|
||||
|
||||
> The custom build tool for the Caddy Web Server.
|
||||
> More information: <https://github.com/caddyserver/xcaddy>.
|
||||
|
||||
- Build Caddy server from source:
|
||||
|
||||
`xcaddy build`
|
||||
|
||||
- Build Caddy server with a specific version (defaults to latest):
|
||||
|
||||
`xcaddy build {{version}}`
|
||||
|
||||
- Build Caddy with a specific module:
|
||||
|
||||
`xcaddy build --with {{module_name}}`
|
||||
|
||||
- Build Caddy and output to a specific file:
|
||||
|
||||
`xcaddy build --output {{path/to/file}}`
|
||||
|
||||
- Build and run Caddy for a development plugin in the current directory:
|
||||
|
||||
`xcaddy run`
|
||||
|
||||
- Build and run Caddy for a development plugin using a specific Caddy config:
|
||||
|
||||
`xcaddy run --config {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue