Skip to content

Commit

Permalink
Document custom error page restrictions.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann authored and traefiker committed Sep 14, 2017
1 parent 883028d commit 243b458
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configuration/commons.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ Instead, the query parameter can also be set to some generic error page like so:
Now the `500s.html` error page is returned for the configured code range.
The configured status code ranges are inclusive; that is, in the above example, the `500s.html` page will be returned for status codes `500` through, and including, `599`.

Custom error pages are easiest to implement using the file provider.
For dynamic providers, the corresponding template file needs to be customized accordingly and referenced in the Traefik configuration.


## Retry Configuration

Expand Down

0 comments on commit 243b458

Please sign in to comment.