Skip to content

Commit

Permalink
Update rewrite examples documents
Browse files Browse the repository at this point in the history
  • Loading branch information
danielqsj committed Aug 21, 2017
1 parent dedd787 commit a6f82d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rewrite/nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit a6f82d0

Please sign in to comment.