Skip to content

Commit

Permalink
Merge pull request #138 from caiyixiang/const-reference
Browse files Browse the repository at this point in the history
reference to const
  • Loading branch information
aledbf committed Jan 18, 2017
2 parents e55d13d + 5131b76 commit 28c6725
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 @@ -295,7 +295,7 @@ func (n NGINXController) OnUpdate(cmap *api.ConfigMap, ingressCfg ingress.Config
Servers: ingressCfg.Servers,
TCPBackends: ingressCfg.TCPEndpoints,
UDPBackends: ingressCfg.UPDEndpoints,
HealthzURI: "/healthz",
HealthzURI: ngxHealthPath,
CustomErrors: len(cfg.CustomHTTPErrors) > 0,
Cfg: cfg,
}, n.testTemplate)
Expand Down

0 comments on commit 28c6725

Please sign in to comment.