mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Update site for 2.0; add v2 landing page with asciinema video; docs
This commit is contained in:
parent
144a639efc
commit
e52e32ba7d
14 changed files with 3775 additions and 10 deletions
|
@ -19,7 +19,7 @@ Caddy is a powerful, extensible platform to serve your sites, services, and apps
|
|||
|
||||
and operates primarily at L4 (transport layer) and L7 (application layer) of the [OSI model](https://en.wikipedia.org/wiki/OSI_model), though it has the ability to work with other layers.
|
||||
|
||||
Configuration is both dynamic and exportable with [Caddy's API](/docs/api); no config files required. 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue