Add --disable-catch-all option to disable catch-all server
This commit is contained in:
parent
4e98666720
commit
1678d99a03
9 changed files with 172 additions and 10 deletions
|
|
@ -915,7 +915,8 @@ func newNGINXController(t *testing.T) *NGINXController {
|
|||
fs,
|
||||
channels.NewRingChannel(10),
|
||||
false,
|
||||
pod)
|
||||
pod,
|
||||
false)
|
||||
|
||||
config := &Configuration{
|
||||
ListenPorts: &ngx_config.ListenPorts{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue