Commit graph

284 commits

Author SHA1 Message Date
Francis Lavoie
2e419616b4
Improve logging docs to clarify the difference 2022-03-11 01:41:48 -05:00
Francis Lavoie
0481b10c04
Note about pass_thru being only useful inside route 2022-03-11 01:07:37 -05:00
Francis Lavoie
f42bbd6841
trusted_proxies 2022-03-11 01:03:34 -05:00
Francis Lavoie
08beae1df9
caddy trust, API endpoints 2022-03-11 00:37:47 -05:00
Francis Lavoie
3cc7ce8da5
dns_challenge_domain_override 2022-03-10 23:25:12 -05:00
Francis Lavoie
01005fccf0
copy_response, copy_response_headers, replace_status 2022-03-10 22:58:05 -05:00
Matthew Holt
1c6bb3a0c7
Update some docs about logging 2022-03-10 22:14:32 -05:00
Matthew Holt
bf8e832fd5
Update module namespaces 2022-03-10 22:14:32 -05:00
Matthew Holt
657adb1798
Tab -> space 2022-03-10 22:14:32 -05:00
Matthew Holt
dacc642ad9
One more note about dynamic upstreams 2022-03-10 22:14:32 -05:00
Matthew Holt
9eeaf624e3
Typo fix 2022-03-10 22:14:32 -05:00
Matthew Holt
de37c4d9d4
Corrections from review 2022-03-10 22:14:32 -05:00
Matthew Holt
5f0a43695d
More clarifications / corrections 2022-03-10 22:14:32 -05:00
Matthew Holt
707d7632f6
Matchers, options, file_server, reverse_proxy 2022-03-10 22:14:32 -05:00
Francis Lavoie
11319c0f7b
Apply suggestions from code review
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2022-03-10 22:14:32 -05:00
Francis Lavoie
0edb8ae10a
docs: tls internal subdirectives 2022-03-10 22:14:32 -05:00
Francis Lavoie
7f754b0e13
docs: method directive 2022-03-10 22:14:32 -05:00
Francis Lavoie
2581eba019
docs: default_bind option 2022-03-10 22:14:32 -05:00
Francis Lavoie
9f35c4fe2d
docs: strict_sni_host options 2022-03-10 22:14:32 -05:00
Francis Lavoie
10496e59a4
docs: pki app 2022-03-10 22:14:32 -05:00
Francis Lavoie
99bc0a5382
docs: http_redirect listener wrapper 2022-03-10 22:14:32 -05:00
Francis Lavoie
71cced03cb
docs: roll_uncompressed, roll_local_time 2022-03-10 22:14:32 -05:00
Francis Lavoie
891d55239d
docs: vars, vars_regexp matchers 2022-03-10 22:14:32 -05:00
Francis Lavoie
905ff9b3ca
docs: log_credentials global option 2022-03-10 22:14:32 -05:00
Francis Lavoie
96d4e53eb3
docs: Update access log example 2022-03-10 22:14:32 -05:00
Francis Lavoie
ab4f4d0342
docs: renew_interval global option 2022-03-10 22:14:32 -05:00
Francis Lavoie
6051f8a779
docs: new log filters in Caddyfile 2022-03-10 22:14:32 -05:00
Andrii Kushch
c734cc3e64
caddyfile: tracing directive (#205)
* Add documentation for tracing directive

* Update header in tracing.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

* Update documentation in tracing.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

* add link to the repository

* add link to gRPC repo and w3c specification

Co-authored-by: Andrii Kushch <>
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2022-03-09 10:42:06 -07:00
Matthew Holt
7c2519209c
Minor tweaks
Link to Twitter is needed for account verification
2022-03-08 15:05:57 -07:00
Matthew Holt
2fb9ef5f23
js: Fix nonstandard module box display
Dunno why show() stopped working, but oh well
2022-03-08 15:05:57 -07:00
Matthew Holt
55df7ad25d
docs: Add description to Caddyfile index 2022-03-07 23:44:51 -07:00
Francis Lavoie
daafd77ef1
Fix incorrect option name in load balancing 2022-03-07 12:39:19 -05:00
Mikhail
ec2cf03fad
Use subdirs for includes (#212) 2022-02-09 12:30:58 -07:00
pyfisch
3f97d611b4
Correct inconsistency in ip masking example (#209) 2022-02-03 08:36:51 -05:00
Luo Peng
b01f645d7d
docs: Fix a broken markdown link (#204) 2022-01-17 19:33:13 -07:00
Simon Legner
a9a2bd3ae4
reverse_proxy: document how to strip a path prefix (#203) 2022-01-08 12:43:39 -05:00
Matthew Holt
f15d9b8530
docs: Add SPA common Caddyfile pattern 2022-01-05 13:21:24 -07:00
Francis Lavoie
d57f7319bb
docs: Fix broken markdown link in route directive 2021-12-09 15:43:04 -05:00
Francis Lavoie
ca9b5b0d46
docs: Mention the timeout/buffer defaults for the proxy transports (#199)
Pairs with https://github.com/caddyserver/caddy/pull/4436.

I could split these changes in two, some changes should only land in 2.5.0, but others are pure documentation that could be pushed live now. But 🤷‍♂️ I think it's fine for these to wait until 2.5.0, what's another month or whatever? 😅
2021-12-02 14:07:39 -07:00
Francis Lavoie
903701e154
docs: Adjustments to global options, for clarification (#198)
* docs: Adjustments to global options docs, for clarification

* Apply suggestions from code review

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2021-11-23 09:44:54 -07:00
Francis Lavoie
28e13597de
docs: Elaborate on how the php_fastcgi directive works (#197)
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2021-11-22 15:33:50 -05:00
Jeremy Lin
b4f2b47adc
docs: Update location of default browse template (#196)
Ref: caddyserver/caddy#4417
2021-11-22 12:33:10 -07:00
Francis Lavoie
79521041e8
docs: Emphasize the storage locations when running with systemd 2021-11-20 00:06:38 -05:00
Francis Lavoie
e253d8efc9
docs: Adjustments for v2.4.6 2021-11-08 20:39:44 -05:00
Matthew Holt
f3f21afac0 Improve docs hovercard and nonstandard notice 2021-10-12 14:51:49 -06:00
Francis Lavoie
773e99ec6e
docs: Minor updates to "Keep Caddy Running" page 2021-09-25 13:57:25 -04:00
Matthew Holt
28eac39c29
docs: Return 404 for bad paths
Requires Caddy compiled with Go 1.17 or newer.
2021-09-15 11:57:02 -06:00
Paulo Vieira
578394fc5f
docs: Mention compression header behaviour in reverse_proxy (#193)
* Update reverse_proxy.md

Documantion says: "By default, Caddy passes thru incoming headers [...], with two exceptions:". But technically there is another another header that is added (if not present): `Accept-Encoding`. 

When the client is a web browser this header should be already set. But for curl or similar tools, that might not be the case.

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

Perfect!

Co-authored-by: Francis Lavoie <lavofr@gmail.com>

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2021-09-13 18:35:13 -06:00
Francis Lavoie
c60bf706a1
docs: Update minimum required Go version 2021-09-05 10:45:58 -04:00
Francis Lavoie
1765c8a85e
docs: Fix broken link for logging docs 2021-09-03 22:13:37 -04:00