mirror of
https://github.com/traefik/traefik
synced 2026-02-03 12:20:33 +00:00
Fix the errors middleware's document for Kubernetes CRD
This commit is contained in:
committed by
GitHub
parent
b3528b4f4d
commit
75ac25bb31
@@ -19,8 +19,8 @@ http:
|
||||
- "503"
|
||||
- "505-599"
|
||||
statusRewrites:
|
||||
"418": "404"
|
||||
"502-504": "500"
|
||||
"418": 404
|
||||
"502-504": 500
|
||||
service: error-handler-service
|
||||
query: "/{status}.html"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user