Skip to content

Commit

Permalink
Improve ping documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 13, 2020
1 parent 672234a commit f4007a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/operations/ping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|---------|---------------|-----------------------------------------------------------------------------------------------------|
Expand All @@ -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)"
Expand Down

0 comments on commit f4007a3

Please sign in to comment.