mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Update Caddyfile options documentation to correct metrics activation method (#448)
Closes #435.
This commit is contained in:
parent
5b1fa3c6ba
commit
f0a4b9516a
1 changed files with 2 additions and 4 deletions
|
@ -76,6 +76,7 @@ Possible options are (click on each option to jump to its documentation):
|
|||
}
|
||||
grace_period <duration>
|
||||
shutdown_delay <duration>
|
||||
metrics
|
||||
|
||||
# TLS Options
|
||||
auto_https off|disable_redirects|ignore_loaded_certs|disable_certs
|
||||
|
@ -121,7 +122,6 @@ Possible options are (click on each option to jump to its documentation):
|
|||
keepalive_interval <duration>
|
||||
trusted_proxies <module> ...
|
||||
client_ip_headers <headers...>
|
||||
metrics
|
||||
trace
|
||||
max_header_size <size>
|
||||
enable_full_duplex
|
||||
|
@ -965,9 +965,7 @@ Enables Prometheus metrics collection; necessary before scraping metrics. Note t
|
|||
|
||||
```caddy
|
||||
{
|
||||
servers {
|
||||
metrics
|
||||
}
|
||||
metrics
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue