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 66053d0 commit a1e5bccCopy full SHA for a1e5bcc
analyze.go
@@ -479,10 +479,10 @@ var directives = map[string][]uint{
479
"fastcgi_next_upstream": {
480
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxConf1More,
481
},
482
- "fastcgi_next_upStreamtimeout": {
+ "fastcgi_next_upstream_timeout": {
483
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxConfTake1,
484
485
- "fastcgi_next_upStreamtries": {
+ "fastcgi_next_upstream_tries": {
486
487
488
"fastcgi_no_cache": {
0 commit comments