We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c76f9 commit 9deec04Copy full SHA for 9deec04
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