Skip to content

Commit 4e979ac

Browse files
authored
Merge pull request #1227 from danielqsj/update-annotation-doc
Update annotations doc with base-url-scheme
2 parents f593cb8 + a22e91b commit 4e979ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/annotations.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Key:
4747
| `app-root` | Redirect requests without a path (i.e., for `/`) to this location. | | nginx, haproxy, trafficserver
4848
| `rewrite-target` | Replace matched Ingress `path` with this value. | | nginx, trafficserver
4949
| `add-base-url` | Add `<base>` tag to HTML. | | nginx
50+
| `base-url-scheme` | Specify the scheme of the `<base>` tags. | | nginx
5051
| `preserve-host` | Whether to pass the client request host (`true`) or the origin hostname (`false`) in the HTTP Host field. | | trafficserver
5152

5253
## Miscellaneous

0 commit comments

Comments
 (0)