We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bf177f + d1ab027 commit fb99b89Copy full SHA for fb99b89
analyze.go
@@ -55,10 +55,10 @@ const (
55
)
56
57
// helpful directive location alias describing "any" context
58
-// doesn't include ngxHTTPSifConf, ngxHTTPLifConf, or ngxHTTPLmtConf.
59
const ngxAnyConf = ngxMainConf | ngxEventConf | ngxMailMainConf | ngxMailSrvConf |
60
ngxStreamMainConf | ngxStreamSrvConf | ngxStreamUpsConf |
61
- ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxHTTPUpsConf
+ ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxHTTPUpsConf |
+ ngxHTTPSifConf | ngxHTTPLifConf | ngxHTTPLmtConf
62
63
// map for getting bitmasks from certain context tuples
64
//
0 commit comments