Update src/docs/markdown/caddyfile/options.md

This commit is contained in:
Francis Lavoie 2025-03-02 19:35:55 -05:00 committed by GitHub
parent cd863391f9
commit 492d1a2c36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -976,8 +976,8 @@ You can add the `per_host` option to label metrics with the host name of the met
```caddy
{
metrics {
per_host
}
per_host
}
}
```