mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
docs: Update adapters list, directive order note in caddyfile concepts (#97)
This commit is contained in:
parent
d2aaa73a54
commit
b95745040b
2 changed files with 4 additions and 1 deletions
|
@ -102,6 +102,8 @@ In these examples, [`file_server`](/docs/caddyfile/directives/file_server) and [
|
||||||
|
|
||||||
In the second example, `localhost:9000` is an **argument** because it appears on the same line after the directive.
|
In the second example, `localhost:9000` is an **argument** because it appears on the same line after the directive.
|
||||||
|
|
||||||
|
Note that when the Caddyfile is adapted, directives are sorted according to a specific default [directive order](/docs/caddyfile/directives#directive-order).
|
||||||
|
|
||||||
**Subdirectives** can appear in directive blocks:
|
**Subdirectives** can appear in directive blocks:
|
||||||
|
|
||||||
```caddy
|
```caddy
|
||||||
|
|
|
@ -16,9 +16,10 @@ The following config adapters are currently available (some are third-party proj
|
||||||
- [**nginx**](https://github.com/caddyserver/nginx-adapter)
|
- [**nginx**](https://github.com/caddyserver/nginx-adapter)
|
||||||
- [**jsonc**](https://github.com/caddyserver/jsonc-adapter)
|
- [**jsonc**](https://github.com/caddyserver/jsonc-adapter)
|
||||||
- [**json5**](https://github.com/caddyserver/json5-adapter)
|
- [**json5**](https://github.com/caddyserver/json5-adapter)
|
||||||
- [**yaml**](https://github.com/iamd3vil/caddy_yaml_adapter)
|
- [**yaml**](https://github.com/abiosoft/caddy-yaml)
|
||||||
- [**cue**](https://github.com/caddyserver/cue-adapter)
|
- [**cue**](https://github.com/caddyserver/cue-adapter)
|
||||||
- [**toml**](https://github.com/awoodbeck/caddy-toml-adapter)
|
- [**toml**](https://github.com/awoodbeck/caddy-toml-adapter)
|
||||||
|
- [**hcl**](https://github.com/francislavoie/caddy-hcl)
|
||||||
|
|
||||||
(This list is the temporary home for known adapters until our new website is finished.)
|
(This list is the temporary home for known adapters until our new website is finished.)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue