mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Fix two little typos (header, metrics) (#179)
This commit is contained in:
parent
10a4514785
commit
e24691fe37
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ title: header (Caddyfile directive)
|
|||
|
||||
Manipulates HTTP header fields on the response. It can set, add, and delete header values, or perform replacements using regular expressions.
|
||||
|
||||
By default, header operations are performed immediately unless any of the headers are being deleted (`-` prefix) or setting a defualt value (`?` prefix). In those cases, the header operations are automatically deferred until the time they are being written to the client.
|
||||
By default, header operations are performed immediately unless any of the headers are being deleted (`-` prefix) or setting a default value (`?` prefix). In those cases, the header operations are automatically deferred until the time they are being written to the client.
|
||||
|
||||
|
||||
## Syntax
|
||||
|
|
|
@ -85,7 +85,7 @@ automatically by the Prometheus Go Client. They are prefixed with `go_*` and
|
|||
Note that the `process_*` metrics are only collected on Linux and Windows.
|
||||
|
||||
See the documentation for the [Go Collector](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewGoCollector),
|
||||
[Process Colletor](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewProcessCollector),
|
||||
[Process Collector](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewProcessCollector),
|
||||
and [BuildInfo Collector](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewBuildInfoCollector).
|
||||
|
||||
### Admin API metrics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue