mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 21:16:15 -04:00
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
This commit is contained in:
parent
6e7cc49915
commit
af47d0574b
14 changed files with 267 additions and 79 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue