Commit graph

40 commits

Author SHA1 Message Date
Francis Lavoie
22301d6a81
Big Caddyfile docs update (#374) 2024-02-20 06:49:30 -05:00
Francis Lavoie
0287674362
Fix a few images/links 2023-12-12 10:34:47 -05:00
David Baynard
b532efe482
Note that caddy fmt doesn't support heredocs (#352)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-11-07 18:22:54 -05:00
Francis Lavoie
620ff0ce35
Lots of minor adjustments (#341) 2023-08-29 18:47:54 -04:00
Francis Lavoie
ee39c96c78
Docs for v2.7.0 followup
- Mark some things as experimental
- Complete my sentence for `caddy storage` command
2023-07-17 20:51:37 -04:00
Francis Lavoie
194beebc7c
Docs for v2.7.0 (#322)
* Docs for v2.7.0

* Document named-routes & invoke, polish reverse_proxy

* Storage import/export CLI docs

* Header replacement defer

* Proxy stream closing options, weighted round robin LB policy
2023-07-17 01:20:40 -04:00
Wooseop Kim
89c547708b docs: fix typo 2022-10-23 01:24:30 +09:00
Francis Lavoie
af47d0574b
docs: Various updates since 2.5.2 that got missed (#274)
* docs: Various updates since 2.5.2 that got missed

* Cleanup protocols global options

* Sort caddyfile placeholder shortcuts alphabetically for now
2022-10-17 11:23:48 -06:00
Matt Holt
d47c2f7dfa
docs: Various clarifications
* docs: Getting Started -> Intro, new Getting Started

Several other smaller improvements and clarifications.

* Replace original Getting Started for now

* Fix title

Started in #263 - will handle new Introduction article another time
2022-09-16 17:11:09 -06:00
Matthew Holt
2ab3061111
Update docs for 2.6 2022-09-06 13:57:07 -06:00
Matt Holt
7819a84e59
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>
2022-07-12 12:52:18 -06:00
Francis Lavoie
655786d85e
docs: Some random polish (#241)
* docs: Some random polish

Just a bunch of little things that I think would help users from frequently asked forum questions.

* Adjustments, fix `tls_server_name` docs

* Update src/docs/markdown/caddyfile/concepts.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2022-06-06 12:36:50 -06:00
Francis Lavoie
f6ac9b025e
docs: Changes for v2.5.1 release (#228)
* docs: Changes for v2.5.1 release

* Remove path from addresses doc

* Fix www redirect pattern
2022-05-17 12:32:11 -06:00
Francis Lavoie
eaf0aae816
docs: More changes for upcoming v2.5.0 release (#226) 2022-04-25 10:51:42 -06:00
Matthew Holt
31397e9781
caddyfile: Clarify default port 2022-03-12 20:48:47 -07:00
Francis Lavoie
e253d8efc9
docs: Adjustments for v2.4.6 2021-11-08 20:39:44 -05:00
Francis Lavoie
3dac36ebc8
docs: Updates for Caddy v2.4.4 (#189)
* docs: Updates for Caddy v2.4.4

* Adjust wording

* Clarify HTTPS proxy usage, reorder lb policies for clarity

* Reorder directives, add comments
2021-08-31 11:39:15 -06:00
Arthur T
25742214dc
docs: Import arguments (#162)
* Added documentation for snippet arguments

Added documentation, the only resource available for this feature, a post on the forum and the PR : https://github.com/caddyserver/caddy/pull/3423

* Update src/docs/markdown/caddyfile/concepts.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

* Update src/docs/markdown/caddyfile/concepts.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

* Change for more generic example

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2021-05-11 15:58:38 -06:00
Francis Lavoie
b95745040b
docs: Update adapters list, directive order note in caddyfile concepts (#97) 2020-11-24 15:28:31 -07:00
Francis Lavoie
970aadb620
docs: Add Caddyfile env var default value (#112) 2020-11-24 13:46:27 -07:00
Francis Lavoie
44c7994cb1
docs: Add a missing Caddyfile placeholder shortcut (#109) 2020-11-23 22:49:02 -05:00
Francis Lavoie
f1d0d13522
docs: Clarify file imports are relative to curr file, more cross-linking (#78) 2020-08-20 12:08:40 -06:00
Francis Lavoie
c7b4ed30c7
docs: Fix bad matcher in snippet example 2020-07-17 15:38:07 -04:00
Francis Lavoie
1367aebe20
docs: Add a few code lang labels, minor cleanup 2020-06-01 21:52:14 -04:00
Matthew Holt
fa3b5f6699
docs: Update a variety of docs for upcoming 2.1 betas 2020-06-01 21:52:14 -04:00
Francis Lavoie
e0f5ee1bb9
docs: Add Caddyfile syntax highlighting (#41) 2020-05-17 14:32:12 -06:00
Matthew Holt
86df96a069
docs: A few minor updates / clarifications 2020-04-22 16:31:30 -06:00
Toby Allen
0480b129f0
docs: Always use example.com (#21)
Replace www.site.com with www.example.com
2020-04-09 11:02:12 -04:00
Matthew Holt
fdabe3dde2
docs: Fix a few mistakes in Caddyfile concepts page 2020-04-07 23:56:35 -06:00
Matthew Holt
2973be1e45 A few minor fixes/tweaks 2020-04-04 16:17:59 -06:00
Matthew Holt
836e15afbc
docs: Minor tweaks, clarifications. 2020-04-01 11:09:26 -06:00
Matthew Holt
fe58da0269
docs: New logging & arch articles; various minor improvements 2020-03-30 15:15:23 -06:00
Matthew Holt
1aaff7aeb4
docs: Unify matcher reference docs 2020-03-22 17:23:50 -06:00
Matthew Holt
5cf7dc8c93
Update for beta 17 2020-03-14 10:38:42 -06:00
Matthew Holt
aea9c986d1
docs: Update for beta 15 2020-02-28 11:16:45 -07:00
Matthew Holt
72882011fc
docs: caddyfile: Clarify that not all directives accept matcher tokens 2020-02-17 16:25:11 -07:00
Matthew Holt
668d145ecc docs: caddyfile: Add page just about request matchers 2020-02-14 10:13:53 -07:00
Matthew Holt
f74f5ade03
Clarify a few things 2020-02-11 11:48:18 -07:00
Matthew Holt
2abf8549a7
docs: Update root, reverse_proxy, and shorthand placeholders 2020-02-04 13:33:48 -07:00
Matthew Holt
03b6fddeb0
Initial commit 2020-01-24 12:47:52 -07:00