mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Update readme with regards to telemetry
This commit is contained in:
parent
1f7b5abc80
commit
13268db536
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ Then make sure the `caddy` binary is in your PATH.
|
||||||
|
|
||||||
To build for other platforms, use build.go with the `--goos` and `--goarch` flags.
|
To build for other platforms, use build.go with the `--goos` and `--goarch` flags.
|
||||||
|
|
||||||
|
When building from source, telemetry is enabled by default. You can disable it by changing `enableTelemetry` in run.go before compiling, or use the `-disabled-metrics` flag at runtime to disable only certain metrics.
|
||||||
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue