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
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
Matthew Holt
d3c420e5f2
docs: Expand install into multiple pages; add example to header docs
2020-05-07 13:02:47 -06:00
Matthew Holt
a03de998ef
docs: Various minor updates
2020-05-06 16:03:21 -06:00
Matt Holt
bd97922b7f
docs: Update the php_fastcgi expanded form ( #33 )
2020-05-04 19:40:13 -06:00
Matthew Holt
e52e32ba7d
Update site for 2.0; add v2 landing page with asciinema video; docs
2020-05-04 19:39:11 -06:00
Francis Lavoie
258d422e3f
docs: Update the php_fastcgi expanded form
2020-05-04 21:27:29 -04:00
Matthew Holt
f181d98e38
Minor style updates, add business contact page
2020-05-02 23:26:37 -06:00
Dennis Hoppe
d235f6a9c4
docs: Upgrade guide root *
matcher token, because path starts with /
( #31 )
2020-04-30 11:11:04 -04:00
Francis Lavoie
ac03a8e7c7
docs: Clarify log roll_keep_for parameter ( #26 )
2020-04-28 10:13:25 -06:00
Matthew Holt
f3c3464ebd
docs: Update install page
2020-04-27 20:03:03 -06:00
Matthew Holt
1837e55742
docs: A few updates
2020-04-27 18:19:08 -06:00
Matthew Holt
7c550dc224
docs: Clarify service file location in install guide
2020-04-24 11:05:10 -06:00
Francis Lavoie
54229463da
docs: Clarify query matcher parameters ( #29 )
2020-04-24 10:30:45 -06:00
Matthew Holt
86df96a069
docs: A few minor updates / clarifications
2020-04-22 16:31:30 -06:00
Francis Lavoie
cc329950b8
docs: Clarify regexp matcher capture group numbers ( #28 )
2020-04-22 16:13:59 -06:00
Francis Lavoie
167fe7079f
docs: Fix incorrectly escaped template example ( #27 )
2020-04-15 12:03:02 -06:00
Matthew Holt
cca0660339
docs: Several minor tweaks and fixes
2020-04-15 10:34:47 -06:00
Matthew Holt
a80f20b385
docs: Link to official Docker image
2020-04-13 19:52:44 -06:00
Matthew Holt
f0fcd65a6d
docs: Minor updates for rc3
2020-04-13 11:42:06 -06:00
Francis Lavoie
0b1bbb85f4
docs: Add unix socket address to php_fastcgi
( #25 )
...
As suggested in https://caddy.community/t/v2-setting-up-php/7518
2020-04-13 09:59:34 -06:00
Matthew Holt
98ecaa5329
docs: Add caddy trust
command docs
2020-04-09 19:16:42 -06:00
Francis Lavoie
9d18f10f62
docs: Remove NTLM transport from the docs ( #24 )
...
* docs: Note that NTLM is now a separate module
* Update reverse_proxy.md
2020-04-09 17:54:36 -06:00
Matthew Holt
e688214f9f
Merge branch 'master' of https://github.com/caddyserver/website
2020-04-09 17:33:14 -06:00
Matthew Holt
8e7b3b81d0
docs: Update for rc2
2020-04-09 17:32:50 -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
632345845c
docs: Also mention changing the HTTP port for permissions errors
2020-04-08 13:41:18 -06:00
Matthew Holt
d3a35d67e8
docs: Add tips for permissions errors in tutorials; explain durability
2020-04-08 13:34:18 -06:00
Matthew Holt
fdabe3dde2
docs: Fix a few mistakes in Caddyfile concepts page
2020-04-07 23:56:35 -06:00
Matthew Holt
1ff0134570
docs: Clarifications about admin endpoint and reload command
...
See https://github.com/caddyserver/caddy/issues/3234
2020-04-07 07:46:08 -06:00
Toby Allen
9ec7d1856a
docs: Tip about not forgetting @ in curl command. ( #19 )
...
* Give a tip about not forgetting @ in curl command.
* Update src/docs/markdown/api-tutorial.md
Co-Authored-By: Matt Holt <mholt@users.noreply.github.com>
* remove additional lines
* remove extra lines
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-04-07 07:15:47 -06:00
Francis Lavoie
eae81aed75
docs: Clarify that try_files
does not accept matcher ( #17 )
...
* Clarify the usage of `try_files` in Caddyfile, not supporting matchers
* Update src/docs/markdown/caddyfile/directives/try_files.md
Co-Authored-By: Matt Holt <mholt@users.noreply.github.com>
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-04-04 16:32:14 -06:00
Matthew Holt
2973be1e45
A few minor fixes/tweaks
2020-04-04 16:17:59 -06:00
Mohammed Al Sahaf
6b16d4d4b8
docs: fix the examples of the log format subdirective ( #18 )
2020-04-04 16:13:48 -06:00
Matthew Holt
e1057d795a
Minor updates for RC1
2020-04-02 16:43:53 -06:00
Matthew Holt
836e15afbc
docs: Minor tweaks, clarifications.
2020-04-01 11:09:26 -06:00
Matthew Holt
3ecf039665
docs: All-new design, along with many content updates in prep for RC1
2020-03-30 15:38:40 -06:00
Matthew Holt
fe58da0269
docs: New logging & arch articles; various minor improvements
2020-03-30 15:15:23 -06:00
Matthew Holt
a75ccc27d4
Merge branch 'master' of https://github.com/caddyserver/website
2020-03-26 13:00:12 -06:00
Matthew Holt
f37c890dcd
docs: Update upgrade guide
2020-03-26 13:00:08 -06:00
Chonlasith Jucksriporn
4cf377645b
docs: typo - stderr to stdout ( #15 )
2020-03-25 21:14:38 -06:00