Skip to content

Commit b3fcf17

Browse files
authored
Merge pull request #51 from nginxinc/nlb-3179-fix-fastcgi
fix fastcgi_next_upstream_ directives spelling
2 parents 66053d0 + a1e5bcc commit b3fcf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analyze.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ var directives = map[string][]uint{
479479
"fastcgi_next_upstream": {
480480
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxConf1More,
481481
},
482-
"fastcgi_next_upStreamtimeout": {
482+
"fastcgi_next_upstream_timeout": {
483483
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxConfTake1,
484484
},
485-
"fastcgi_next_upStreamtries": {
485+
"fastcgi_next_upstream_tries": {
486486
ngxHTTPMainConf | ngxHTTPSrvConf | ngxHTTPLocConf | ngxConfTake1,
487487
},
488488
"fastcgi_no_cache": {

0 commit comments

Comments
 (0)