update url table
This commit is contained in:
parent
f61a76695f
commit
f462af405a
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue