docs: Various updates since 2.5.2 that got missed

This commit is contained in:
Francis Lavoie 2022-10-03 02:20:44 -04:00
parent 6e7cc49915
commit 7265cae27f
No known key found for this signature in database
GPG key ID: 29B92EA7430C3C62
14 changed files with 252 additions and 71 deletions

View file

@ -22,6 +22,9 @@ If you're looking to configure Caddy's runtime logs, you're looking for the [`lo
The `log` directive applies to the host/port of the site block it appears in, not any other part of the site address (e.g. path).
When configured, by default all requests to the site will be logged. To conditionally skip some requests from logging, use the [`skip_log` directive](/docs/caddyfile/directives/skip_log).
- [Syntax](#syntax)
- [Output modules](#output-modules)
- [stderr](#stderr)