Francis Lavoie
e2a6e4e212
docs: Mention the auth placeholder in basicauth docs ( #117 )
2020-11-26 12:20:14 -07:00
Matthew Holt
94a7c5f1cd
docs: Minor improvements/clarifications
2020-11-25 10:47:01 -07:00
Gilbert Gilb's
8084cba78b
docs: header default values ( #98 )
...
see https://github.com/caddyserver/caddy/pull/3807
2020-11-24 15:32:42 -07:00
Francis Lavoie
bc64f3acc0
docs: Add missing proxy and fastcgi options ( #108 )
...
* docs: Add missing proxy and fastcgi options
* Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-11-24 15:19:46 -07:00
Francis Lavoie
5bfa8266d4
docs: Add cookie hash policy for proxy ( #110 )
...
* docs: Add cookie hash policy for proxy
* Update src/docs/markdown/caddyfile/directives/reverse_proxy.md
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-11-24 14:27:23 -07:00
Francis Lavoie
64664222fa
docs: Add h2c scheme shortcut to Caddyfile proxy docs ( #111 )
2020-11-24 14:20:05 -07:00
Simon Ser
2d417f3661
docs: Add network example to bind directive ( #99 )
2020-11-23 15:23:50 -07:00
Andy Pilate
570488d7f6
docs: Replaced http.cat example with single line respond ( #106 )
...
* Fix http.cat example with Host
* Add simpler example using respond
2020-11-23 11:22:19 -07:00
Nicola Piccinini
caefac9b51
docs: request_body Caddyfile directive ( #104 )
...
* Add documentation about request_body directive in Caddyfile
* Add note about matchers support
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
* Improve description of max_size parameter
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Improve text
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Improve description of request_body directive
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-11-19 12:04:39 -07:00
Francis Lavoie
828e4a4eb4
docs: Add new proxy transport options, fix buffer_requests
location ( #103 )
2020-11-02 16:06:20 -07:00
Francis Lavoie
84ced83c0b
docs: Improve the log example to cover hiding IPs ( #101 )
2020-11-02 16:03:28 -07:00
Francis Lavoie
08533f5045
docs: Add filter encoder to Caddyfile docs ( #90 )
2020-10-01 12:27:14 -06:00
Kiran Thomas
51cacc7e4d
docs: clarify that default log format is console if TTY, otherwise JSON ( #89 )
2020-09-29 09:17:27 -06:00
Matthew Holt
af3676862b
docs: Update for v2.2
2020-09-25 12:53:11 -06:00
Dave Henderson
30084b98b0
docs: Monitoring and metrics ( #86 )
...
* metrics: Adding docs for metrics
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
* Addressing review comments
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
* Apply suggestions from code review
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
* Update src/docs/markdown/metrics.md
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2020-09-22 20:12:24 -06:00
Matthew Holt
7da129a23a
docs: Add reverse_proxy compression subdirective
2020-08-31 18:39:56 -06:00
Matthew Holt
db56448157
docs: Add tls eab subdirective
2020-08-31 18:39:37 -06: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
8e777706f9
docs: Add headers to reverse_proxy docs for anchor linking ( #77 )
2020-08-17 14:12:20 -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
Razon Yang
ad7e68cbe7
docs: Update log.md ( #69 )
2020-07-29 07:31:13 -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
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
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
x08d
06fef09ff6
docs: Fix typo in handle_errors ( #50 )
2020-05-25 12:59:33 -04: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
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
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
Francis Lavoie
430602e063
docs: Update route example's uri directive syntax
2020-05-13 00:19:50 -04: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
Francis Lavoie
ac03a8e7c7
docs: Clarify log roll_keep_for parameter ( #26 )
2020-04-28 10:13:25 -06:00