mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
2.5.2 docs (#247)
* docs: Changes for v2.5.2 release * docs: Remove -X POST Curl automatically uses POST for -d and --data-binary. I intentionally left it in to be explicit to learners, but maybe best practices are better. * api: /adapt endpoint and Etag usage * api: Minor tweaks * Alright fine * Clarify Etag usage * CEL embedded matchers * Oops * Lots more adjustments Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
parent
522d1961d1
commit
7819a84e59
30 changed files with 529 additions and 164 deletions
|
@ -32,7 +32,6 @@ You can use a config adapter by specifying it on the command line by using the `
|
|||
Or via the API at the [`/load` endpoint](/docs/api#post-load):
|
||||
|
||||
<pre><code class="cmd bash">curl localhost:2019/load \
|
||||
-X POST \
|
||||
-H "Content-Type: application/yaml" \
|
||||
--data-binary @caddy.yaml</code></pre>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue