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
8e777706f9
docs: Add headers to reverse_proxy docs for anchor linking ( #77 )
2020-08-17 14:12:20 -06:00
Flavio Stutz
1de532a465
docs: Add link from auto_https
option to Auto HTTPS doc ( #76 )
...
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2020-08-16 02:44:21 -04:00
Jamison Dance
fdfd7fd5a2
docs: Minor grammar fix ( #67 )
...
* grammar fixes
* Update src/docs/markdown/caddyfile/matchers.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-08-06 10:31:06 -06:00
Francis Lavoie
a9cba1e0c2
docs: Minor updates to php_fastcgi
docs ( #71 )
2020-08-05 16:03:20 -04:00
Francis Lavoie
bc052dc87a
docs: Add link to the file_server browse
default template ( #73 )
2020-08-05 12:45:23 -06:00
Matthew Holt
55b2a684c8
A few minor tweaks; remove unsupported platforms from download page
...
Fixes #51 along with a few other errors
2020-07-31 18:50:14 -06:00
lsb
ba0cee8a47
docs: Upgrade guide: Emphasize lack of implicit file_server
. ( #63 )
...
* Emphasize the lack of implicit `file_server`.
* Update src/docs/markdown/v2-upgrade.md
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2020-07-31 16:13:47 -06:00
Razon Yang
ad7e68cbe7
docs: Update log.md ( #69 )
2020-07-29 07:31:13 -06:00
Francis Lavoie
c7b4ed30c7
docs: Fix bad matcher in snippet example
2020-07-17 15:38:07 -04:00
Matthew Holt
4f6d355a97
Account portal, download page, non-standard module docs
...
This ends v1 on the website. Docs archive still available through a
sidebar nav link in the docs.
2020-07-16 15:53:33 -06:00
Francis Lavoie
49ed10d267
docs: Fix header example typo
...
Fixes #58
2020-06-18 16:04:25 -04:00
Daniel Santos
6161a07af2
docs: tls: Add client_auth subdirective docs ( #55 )
...
* doc(tls): Add the tls.client_auth Caddyfile directive doc
* doc(client_auth): Additional explanation for the client_auth example
* doc(client_auth): Add multiple trusted_ca directive notes
- Update the example as well
* Fine-tune tls docs formatting
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2020-06-11 11:47:34 -06:00
Daniel Santos
b68b16f044
docs: reverse_proxy: Fix srv address syntax ( #56 )
2020-06-11 11:33:11 -06:00
Matthew Holt
9daa0fa331
docs: A few minor changes
2020-06-08 16:32:57 -06:00
Matthew Holt
db18a5d4c8
docs: Numerous various updates for v2.1
2020-06-08 14:56:20 -06:00
Matthew Holt
148176582d
Merge branch 'v2.1'
2020-06-08 12:31:36 -06:00
Matthew Holt
f30a545625
docs: Add docs for acme_server Caddyfile directive
2020-06-08 12:27:26 -06:00
Matthew Holt
91cee9a359
docs: Document {time.now} placeholder
2020-06-08 12:26:12 -06:00
Matthew Holt
2b2682a0be
docs: Add section about directive ordering
2020-06-04 09:16:01 -06:00
Robin Millette
c659f37d14
docs: Add errors directive to v2 upgrade guide ( #53 )
...
* Errors upgrade docs
Based on https://github.com/caddyserver/caddy/issues/3336 discussion.
* Tab vs spaces; fix copy-paste error.
* With requested changes.
2020-06-03 20:18:30 -06:00
Matthew Holt
41833df85d
docs: Fix handle_errors example (very important)
...
See https://github.com/caddyserver/caddy/issues/3336
2020-06-03 15:46:40 -06:00
Matthew Holt
5f028df5dc
docs: Improve handle_errors docs; add examples
2020-06-03 12:19:30 -06:00
Matthew Holt
1d636ee43c
docs: Add link to wiki in nav
2020-06-02 20:03:43 -06:00
Matthew Holt
732946823c
docs: Finish truncated paragraph
2020-06-02 10:45:44 -06:00
Francis Lavoie
1367aebe20
docs: Add a few code lang labels, minor cleanup
2020-06-01 21:52:14 -04:00
Matthew Holt
f655da2c2e
docs: --pidfile flag
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
9441648ca8
docs: Add many examples for Caddyfile request matchers, move TOC ( #48 )
...
* docs: Add many examples for Caddyfile request matchers, move TOC
* docs: Move example descriptions out of code blocks, ruler between each
* docs: Fix incorrect host matcher example
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* docs: Improve `not` example wording
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-06-01 19:42:51 -06:00
Matthew Holt
2c8897f6a7
docs: Expand "Extending Caddy" to new Developers section
2020-05-28 14:19:14 -06:00
x08d
06fef09ff6
docs: Fix typo in handle_errors ( #50 )
2020-05-25 12:59:33 -04:00
Carl George
e237871877
docs: Clarify that Caddy has no _runtime_ dependencies ( #47 )
2020-05-18 19:48:19 -06:00
Francis Lavoie
9791668f48
docs: Cross-link root, file_server, php_fastcgi directives ( #45 )
...
* docs: Cross-link the `root` directive with file_server/php_fastcgi
* Minor touch-ups
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2020-05-17 17:00:02 -06:00
Francis Lavoie
7f978fb437
docs: Add template example pointing to this website
2020-05-17 18:35:13 -04:00
Francis Lavoie
f2a35c2aa6
docs: Fix (new) label text color in dark theme
2020-05-17 18:35:13 -04:00
Matt Holt
360c3b2ad0
docs: New page: common Caddyfile patterns ( #42 )
...
* docs: New common uses page for Caddyfile
* Apply the quick and easy suggestions from code review
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
* Apply discussions from code review
* Add syntax highlighting to php_fastcgi docs
* Rename page and add more links to it
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2020-05-17 16:29:01 -06:00
Francis Lavoie
e0f5ee1bb9
docs: Add Caddyfile syntax highlighting ( #41 )
2020-05-17 14:32:12 -06:00
Matthew Holt
75fcfc21bb
docs: Add links to DNS provider support; remove tabs from bash command
2020-05-17 14:09:42 -06:00
John Andersen
68e003409a
docs: quick-starts: api: Remove tabs from heredoc ( #43 )
2020-05-17 11:46:31 -04:00
Matthew Holt
9594e4bc4b
docs: Fix typo in header directive example
2020-05-16 12:49:29 -06:00
Matthew Holt
5f1bd6374f
docs: Add missing docs for import directive
2020-05-15 10:51:01 -06:00
Francis Lavoie
00c3d67077
docs: Remove brotli from encode
page ( #40 )
2020-05-15 08:01:42 -06:00
Francis Lavoie
5195d0c6f6
Update basicauth.md
2020-05-14 15:42:17 -04:00
Matthew Holt
1fa26f95f6
docs: Add link to brew formula
2020-05-14 10:12:22 -06:00
zach valenta
3466052bb4
docs: add instructions for Homebrew ( #39 )
2020-05-14 10:09:51 -06:00
Matthew Holt
a07c2c0aa2
Use custom domain for fathom
2020-05-13 13:57:15 -06:00
Matthew Holt
58a4bc2ce0
Add fathom
2020-05-13 10:39:00 -06:00
Francis Lavoie
430602e063
docs: Update route example's uri directive syntax
2020-05-13 00:19:50 -04:00
Matthew Holt
a5dee98892
docs: Update old links on extending caddy page
2020-05-12 12:25:33 -06:00
Jeremy Lin
6664f03039
docs: update log rolling config ( #37 )
...
Ref: caddyserver/caddy#3367
2020-05-07 13:46:49 -06:00