update url table

This commit is contained in:
Tony Li 2017-08-12 03:07:41 -04:00
parent f61a76695f
commit f462af405a
No known key found for this signature in database
GPG key ID: E73DA11CDB50D072

View file

@ -42,12 +42,12 @@ Key:
## URL related ## URL related
| Name | Meaning | Name | Meaning | Default | Controller
| --- | --- | --- | --- | --- | --- |
| `app-root` | Redirect requests without a path (i.e., for `/`) to this location. (nginx, haproxy, trafficserver) | `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) | `rewrite-target` | Replace matched Ingress `path` with this value. | | nginx, trafficserver
| `add-base-url` | Add `<base>` tag to HTML. (nginx) | `add-base-url` | Add `<base>` 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) | `preserve-host` | Whether to pass the client request host (`true`) or the origin hostname (`false`) in the HTTP Host field. | | trafficserver
## Miscellaneous ## Miscellaneous