mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Clarify that Caddy has no _runtime_ dependencies (#47)
This commit is contained in:
parent
9791668f48
commit
e237871877
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ and operates primarily at L4 (transport layer) and L7 (application layer) of the
|
||||||
|
|
||||||
Configuration is both dynamic and exportable with [Caddy's API](/docs/api). Although no config files required, you can still use them; most people's favorite way of configuring Caddy is using the [Caddyfile](/docs/caddyfile). The format of the config document takes many forms with [config adapters](/docs/config-adapters), but Caddy's native config language is [JSON](/docs/json/).
|
Configuration is both dynamic and exportable with [Caddy's API](/docs/api). Although no config files required, you can still use them; most people's favorite way of configuring Caddy is using the [Caddyfile](/docs/caddyfile). The format of the config document takes many forms with [config adapters](/docs/config-adapters), but Caddy's native config language is [JSON](/docs/json/).
|
||||||
|
|
||||||
Caddy compiles for all major platforms and has no dependencies.
|
Caddy compiles for all major platforms and has no runtime dependencies.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue