Skip to content

Commit

Permalink
Update nginx.go
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hzxuzhonghu authored Aug 15, 2017
1 parent 92b59fc commit 2af727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/pkg/cmd/controller/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error {
n.setupMonitor(defaultStatusModule)
}

// NGINX cannot resize the has tables used to store server names.
// NGINX cannot resize the hash tables used to store server names.
// For this reason we check if the defined size defined is correct
// for the FQDN defined in the ingress rules adjusting the value
// if is required.
Expand Down

0 comments on commit 2af727a

Please sign in to comment.