From f462af405af33f96b79d1700a9c07fac8baf562a Mon Sep 17 00:00:00 2001 From: Tony Li Date: Sat, 12 Aug 2017 03:07:41 -0400 Subject: [PATCH] update url table --- docs/annotations.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/annotations.md b/docs/annotations.md index 1939cc95e..22aa5f2f6 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -42,12 +42,12 @@ Key: ## URL related -| Name | Meaning -| --- | --- -| `app-root` | Redirect requests without a path (i.e., for `/`) to this location. (nginx, haproxy, trafficserver) -| `rewrite-target` | Replace matched Ingress `path` with this value. (nginx, trafficserver) -| `add-base-url` | Add `` tag to HTML. (nginx) -| `preserve-host` | Whether to pass the client request host (`true`) or the origin hostname (`false`) in the HTTP Host field. (trafficserver) +| Name | Meaning | Default | Controller +| --- | --- | --- | --- | +| `app-root` | Redirect requests without a path (i.e., for `/`) to this location. | | nginx, haproxy, trafficserver +| `rewrite-target` | Replace matched Ingress `path` with this value. | | nginx, trafficserver +| `add-base-url` | Add `` tag to HTML. | | nginx +| `preserve-host` | Whether to pass the client request host (`true`) or the origin hostname (`false`) in the HTTP Host field. | | trafficserver ## Miscellaneous