From 2cb4acd6cced7344b435f5dcf548f988bec9d597 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Thu, 21 Dec 2017 15:40:05 +0100 Subject: [PATCH] Remove obsolete paragraph about error pages. --- docs/configuration/commons.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/configuration/commons.md b/docs/configuration/commons.md index 0f97cc355..2aa9415ec 100644 --- a/docs/configuration/commons.md +++ b/docs/configuration/commons.md @@ -273,9 +273,6 @@ 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. - ## Rate limiting