From a6f82d0ea62513209a94aa29c06aeca4c3014c77 Mon Sep 17 00:00:00 2001 From: danielqsj Date: Mon, 21 Aug 2017 14:40:51 +0800 Subject: [PATCH] Update rewrite examples documents --- examples/rewrite/nginx/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rewrite/nginx/README.md b/examples/rewrite/nginx/README.md index f934eb616..b3e50a88d 100644 --- a/examples/rewrite/nginx/README.md +++ b/examples/rewrite/nginx/README.md @@ -16,6 +16,7 @@ Rewriting can be controlled using the following annotations: | --- | --- | --- | |ingress.kubernetes.io/rewrite-target|Target URI where the traffic must be redirected|string| |ingress.kubernetes.io/add-base-url|indicates if is required to add a base tag in the head of the responses from the upstream servers|bool| +|ingress.kubernetes.io/base-url-scheme|Override for the scheme passed to the base tag|string| |ingress.kubernetes.io/ssl-redirect|Indicates if the location section is accessible SSL only (defaults to True when Ingress contains a Certificate)|bool| |ingress.kubernetes.io/force-ssl-redirect|Forces the redirection to HTTPS even if the Ingress is not TLS Enabled|bool| |ingress.kubernetes.io/app-root|Defines the Application Root that the Controller must redirect if it's not in '/' context|string|