From f4007a342c506841906a103089e1c691fd551214 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Fri, 13 Mar 2020 18:12:04 +0100 Subject: [PATCH] Improve ping documentation. --- docs/content/operations/ping.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/content/operations/ping.md b/docs/content/operations/ping.md index 1183dbd17..f44cdc691 100644 --- a/docs/content/operations/ping.md +++ b/docs/content/operations/ping.md @@ -23,7 +23,8 @@ ping: {} The `/ping` health-check URL is enabled with the command-line `--ping` or config file option `[ping]`. -You can customize the `entryPoint` where the `/ping` is active with the `entryPoint` option (default value: `traefik`) +The `entryPoint` where the `/ping` is active can be customized with the `entryPoint` option, +whose default value is `traefik` (port `8080`). | Path | Method | Description | |---------|---------------|-----------------------------------------------------------------------------------------------------| @@ -34,6 +35,8 @@ You can customize the `entryPoint` where the `/ping` is active with the `entryPo ### `entryPoint` +_Optional, Default="traefik"_ + Enabling /ping on a dedicated EntryPoint. ```toml tab="File (TOML)"