mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
caddyfile: fix typo in options docs (#454)
This commit is contained in:
parent
987dfb603f
commit
d03f9e5e5c
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ The name can be passed to indicate a specific logger for which to customize the
|
||||||
|
|
||||||
Multiple loggers with different names can be configured by using the `log` multiple times.
|
Multiple loggers with different names can be configured by using the `log` multiple times.
|
||||||
|
|
||||||
The differs from the [`log` directive](/docs/caddyfile/directives/log), which only configures HTTP request logging (also known as access logs). The `log` global option shares its configuration structure with the directive (except for `include` and `exclude`), and complete documentation can be found on the directive's page.
|
This differs from the [`log` directive](/docs/caddyfile/directives/log), which only configures HTTP request logging (also known as access logs). The `log` global option shares its configuration structure with the directive (except for `include` and `exclude`), and complete documentation can be found on the directive's page.
|
||||||
|
|
||||||
- **output** configures where to write the logs.
|
- **output** configures where to write the logs.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue