caddyfile: fix typo in options docs (#454)

This commit is contained in:
Mohammed Al Sahaf 2025-02-23 19:08:09 +03:00 committed by GitHub
parent 987dfb603f
commit d03f9e5e5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.