From a22e91b4058ac1810098deb50b49f85c0017f4ac Mon Sep 17 00:00:00 2001 From: danielqsj Date: Wed, 23 Aug 2017 22:09:00 +0800 Subject: [PATCH] Update annotations doc with base-url-scheme --- docs/annotations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/annotations.md b/docs/annotations.md index 2cc42af9b2..068d6f8e95 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -47,6 +47,7 @@ Key: | `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 +| `base-url-scheme` | Specify the scheme of the `` tags. | | nginx | `preserve-host` | Whether to pass the client request host (`true`) or the origin hostname (`false`) in the HTTP Host field. | | trafficserver ## Miscellaneous