Commit graph

7 commits

Author SHA1 Message Date
Francis Lavoie
3f3e0fb9f8
docs: Some cleanup, some v2.4.0 additions (#139)
* docs: Some cleanup, some v2.4.0 additions

- Add `abort` directive docs
- Add a note in `handle` to cross-link to `handle_path`
- Add another example in `handle_errors` that shows how an `expression` matcher can be used to pair with it
- Add a cat emoji to handle_errors because 😸
- Add `file_server` to one of the `php_fastcgi` examples, it's rare that you'll ever use it without `file_server` so might as well include it there
- Add a TOC to `reverse_proxy` cause it's such a long page. Maybe we'll add one to other pages as well, but TBD
- Clarify the upstream address stuff a bit after some discussion in https://caddy.community/t/reverse-proxy-with-multiple-different-upstreams-with-paths/11512/12 and mention `rewrite` as the alternative
- Use the `{re.*.*}` shortcut in the Caddyfile matcher docs, links to the placeholder mapping to let people trace where that comes from

* docs: Revise the `handle` cross-linking, add another example

* docs: Bump minimum Go version to 1.15

* docs: A bunch more additions since v2.3.0

I went through the whole list of commits here: https://github.com/caddyserver/caddy/compare/v2.3.0...ec3ac84

* docs: Review feedback

* docs: Link to https://golang.org/doc/install, better instructions
2021-02-22 13:11:21 -07:00
Matthew Holt
2c8897f6a7
docs: Expand "Extending Caddy" to new Developers section 2020-05-28 14:19:14 -06:00
Matthew Holt
a5dee98892
docs: Update old links on extending caddy page 2020-05-12 12:25:33 -06:00
Matthew Holt
f0fcd65a6d
docs: Minor updates for rc3 2020-04-13 11:42:06 -06:00
Isaac Parker
70733b8e4c
docs: Update config import paths for module example (#10)
Looks like the import path is wrong. Sanity checking against an in-tree module (https://github.com/caddyserver/caddy/blob/v2/modules/filestorage/filestorage.go#L19) seems to confirm this change corrects the import path.
2020-02-23 22:00:28 -07:00
Matthew Holt
f74f5ade03
Clarify a few things 2020-02-11 11:48:18 -07:00
Matthew Holt
03b6fddeb0
Initial commit 2020-01-24 12:47:52 -07:00