forked from Ivasoft/traefik
Fix: error pages
This commit is contained in:
committed by
Traefiker Bot
parent
f804053736
commit
c99266e961
@@ -236,12 +236,12 @@ func TestDockerBuildConfiguration(t *testing.T) {
|
||||
"foo": {
|
||||
Status: []string{"404"},
|
||||
Query: "foo_query",
|
||||
Backend: "foobar",
|
||||
Backend: "backend-foobar",
|
||||
},
|
||||
"bar": {
|
||||
Status: []string{"500", "600"},
|
||||
Query: "bar_query",
|
||||
Backend: "foobar",
|
||||
Backend: "backend-foobar",
|
||||
},
|
||||
},
|
||||
RateLimit: &types.RateLimit{
|
||||
|
||||
Reference in New Issue
Block a user