Fix: error pages
This commit is contained in:
parent
f804053736
commit
c99266e961
20 changed files with 751 additions and 553 deletions
|
@ -193,12 +193,12 @@ func TestSegmentBuildConfiguration(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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue