Commit graph

208 commits

Author SHA1 Message Date
Francis Lavoie
6c6d933163
typo: Remove extra word 2023-03-07 10:59:22 -05:00
Francis Lavoie
ba15222b97
typo: Fix trailing slash on JSON docs link 2023-02-25 19:52:03 -05:00
Matt Holt
cae970833f
reverseproxy: Update buffering docs (#301)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-02-16 11:28:41 -05:00
Francis Lavoie
b58f576478
log: Clarify header examples for sensitive headers 2023-02-16 04:14:39 -05:00
Daniel Santos
3bc711fd62
options: Add note about server listener_address matching (#297)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-02-10 04:16:58 -05:00
Francis Lavoie
7c99a9ab17
Docs for v2.6.3 (#296) 2023-02-08 17:10:09 -05:00
Daniel Santos
24d9769d61
globalopts: Add servers name (#292)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-02-08 02:22:25 -05:00
rusty-snake
0956f710c1
typo: Fix double not in tls directive (#295) 2023-02-05 16:08:31 -05:00
Moritz Poldrack
91e80a9d18
Add additional references to the directive order (#294) 2023-01-27 23:16:21 -05:00
Francis Lavoie
90d9425f23
PHP 7.4 is no longer supported, bump example to latest version 2023-01-21 21:44:40 -05:00
Francis Lavoie
af9bd2e5c3
Add workaround note for default_bind 2023-01-21 21:38:24 -05:00
Francis Lavoie
755413601d
reverse_proxy: Elaborate on upstream defaults, scheme defaults (#288)
* reverse_proxy: Elaborate on upstream defaults, scheme defaults

* Additional adjustments to hopefully make upstreams as clear as possible
2023-01-19 12:41:48 -05:00
Kyle McCullough
a2742d8d8d
pki: document certificate lifetime options (#283)
Signed-off-by: Kyle McCullough <kylemcc@gmail.com>

Signed-off-by: Kyle McCullough <kylemcc@gmail.com>
2022-12-06 18:53:42 -07:00
Jiehong
fed989d550
caddyfile: Add info about include/exclude logs (#260) (#262) 2022-12-05 14:38:53 -07:00
Matthew Holt
73d20fcb81 caddyfile: Clarify matcher docs for repeated params 2022-11-30 16:02:02 -07:00
Francesco
fec22eb15d
Fix reverseproxy http transport dial_timeout default value (#280) 2022-11-17 18:44:28 -05:00
Wooseop Kim
89c547708b docs: fix typo 2022-10-23 01:24:30 +09:00
Francis Lavoie
0d05c7bf19
docs: v2.6.2 changes 2022-10-17 13:53:08 -04:00
Tobias Gruetzmacher
5282fbd6ff
Add another handle_errors example (#273) 2022-10-17 11:24:39 -06: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
Eddie Lebow
cec799bd2f
root: Fix typo and change word (#272) 2022-09-30 00:14:24 -06:00
Malloc Voidstar
2541c63775
log: ip_mask works on bits, not bytes (#270) 2022-09-22 11:43:36 -04:00
Matthew Holt
685dfc83c1
docs: Update info about metrics for 2.6
Also add events.handlers namespace and fix dhall link.
2022-09-20 13:27:27 -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
c429966513
docs: General 2.6 updates 2022-09-16 17:03:41 -06:00
Alex Bradbury
a87295bf0b
docs: Clarify how handle directives may be re-ordered (#264)
As discussed in <https://github.com/caddyserver/caddy/issues/5037>.
2022-09-13 22:06:00 -06:00
Matthew Holt
2ab3061111
Update docs for 2.6 2022-09-06 13:57:07 -06:00
Matthew Holt
c67668615e
map: Fix example typo (close #258) 2022-09-05 16:42:48 -06:00
Matthew Holt
be47c4989f reverseproxy: Clarify flush behavior (fix #261) 2022-09-05 13:31:47 -06:00
Matthew Holt
8f8a09fcad
reverse_proxy: Clarify streaming/buffering 2022-08-29 10:15:26 -06:00
Ben Burkert
c90c151730
caddyfile: document ocsp interval global option (#254) 2022-08-24 11:33:02 -06:00
Dan Farino
dd191b380f
remove extra word (#252) 2022-08-16 21:58:40 -04:00
Matthew Holt
499644a8a3
caddyfile: Update rewrite and path matcher docs
Regarding URI encoding and path cleaning
2022-08-12 16:40:17 -06:00
Francis Lavoie
68a8219fa4
tls: Clarify internal shortcut limitations (#251) 2022-08-09 22:08:12 -06:00
Matthew Holt
cddded78a7
file_server: Add docs for virtual file system support. 2022-07-31 21:39:58 -06:00
Matthew Holt
e14f50d148
Improve docs for file_server and add caddy.fs namespace 2022-07-24 22:29:33 -06:00
Matthew Holt
bb37b39a0e
request_header: Link to proxy header manipulation
For some header fields, it matters that the header manipulation is aware
of the proxying context, for example with hop-by-hop headers.
2022-07-19 12:18:09 -06:00
Francis Lavoie
0f35ad14b1
forward_auth: Typo fix, minor clarification callout 2022-07-14 00:25:47 -04:00
Matthew Holt
e8368d6769
caddyfile: Clarify bad query string match behavior 2022-07-13 12:16:54 -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
otbutz
8f61c3c71f
reverse_proxy: Document header policy fallback (#237)
* reverse_proxy: Document header policy fallback

* Update src/docs/markdown/caddyfile/directives/reverse_proxy.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2022-06-01 16:04:13 -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
Patrycja
2335afaee0
docs: Correct IPv6 syntax in bind directive (#227) 2022-04-25 21:58:27 -04:00
Francis Lavoie
eaf0aae816
docs: More changes for upcoming v2.5.0 release (#226) 2022-04-25 10:51:42 -06:00
Francis Lavoie
0aa19eef44
Elaborate on log formats, proxy headers and examples (#225)
* Elaborate on log formats, proxy headers and examples

* Document HTTP transport resolvers
2022-04-07 11:43:39 -06:00
Bruce Johnson
60323a9e83
file_server: clarify precompressed (#224) 2022-04-01 20:36:24 -04:00
Matt Holt
d0317c0a1c
tls: get_certificates & manager modules (tailscale, http) (#207)
* docs: Add cert getters to tls (tailscale, http)

* Rename "getter" modules to "manager" modules

* Fix ID

* Add note on automatic-https page

* loopback -> local

* Minor tweaks

* Clarify that enabling tailscale is not necessary

* More clarifications
2022-03-17 11:59:08 -06:00
IndeedNotJames
8e6482173f
docs: fix dns_challenge_override_domain typo (#218) 2022-03-14 03:08:45 -04:00
Matthew Holt
31397e9781
caddyfile: Clarify default port 2022-03-12 20:48:47 -07:00