mirror of
https://github.com/traefik/traefik.git
synced 2026-05-28 04:35:59 -04:00
Fix the errors middleware's document for Kubernetes CRD
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
This commit is contained in:
parent
b3528b4f4d
commit
75ac25bb31
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue