Skip to content

Commit

Permalink
review: fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet committed Aug 4, 2022
1 parent 5752d7b commit 4557013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Below are the available options for the health check mechanism:
- `timeout` (default: 5s), defines the maximum duration Traefik will wait for a health check request before considering the server unhealthy.
- `headers` (optional), defines custom headers to be sent to the health check endpoint.
- `followRedirects` (default: true), defines whether redirects should be followed during the health check calls.
- `method` (default: GET) defines the HTTP method that will be used while connecting to the endpoint.
- `method` (default: GET), defines the HTTP method that will be used while connecting to the endpoint.

!!! info "Interval & Timeout Format"

Expand Down

0 comments on commit 4557013

Please sign in to comment.