Document custom error page restrictions.
This commit is contained in:
parent
883028d981
commit
243b45881d
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
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`.
|
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
|
## Retry Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue