From 08149a7a216c98e877bd1b474ee6770947067d3e Mon Sep 17 00:00:00 2001 From: chentao1596 Date: Fri, 20 Jan 2017 10:38:31 +0800 Subject: [PATCH] fix wrong link(change titile) --- controllers/nginx/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index d38e30af4..2c2136bbc 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -154,7 +154,7 @@ The annotations `ingress.kubernetes.io/limit-connections` and `ingress.kubernete If you specify both annotations in a single Ingress rule, `limit-rps` takes precedence. -### Secure upstreams +### Secure backends By default NGINX uses `http` to reach the services. Adding the annotation `ingress.kubernetes.io/secure-backends: "true"` in the Ingress rule changes the protocol to `https`.