remove ajp from list
This commit is contained in:
parent
ce16d6d434
commit
c8e647d045
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
validProtocols = []string{"auto_http", "http", "https", "ajp", "grpc", "grpcs", "fcgi"}
|
||||
validProtocols = []string{"auto_http", "http", "https", "grpc", "grpcs", "fcgi"}
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue