docs(ingress): document disable_secure_redirection and other per-route options
This commit is contained in:
@@ -28,6 +28,14 @@ data:
|
|||||||
# The prefix is the subdomain before the first dot, so these routes work
|
# The prefix is the subdomain before the first dot, so these routes work
|
||||||
# identically for yourdomain.com and *.sslip.io.
|
# identically for yourdomain.com and *.sslip.io.
|
||||||
# Edit to match your own service names and namespaces.
|
# Edit to match your own service names and namespaces.
|
||||||
|
#
|
||||||
|
# Per-route options:
|
||||||
|
# host_prefix — subdomain to match (required)
|
||||||
|
# backend — upstream URL, e.g. "http://svc.ns.svc.cluster.local:8000" (required)
|
||||||
|
# websocket — proxy WebSocket upgrades (default: false)
|
||||||
|
# disable_secure_redirection — when true, plain-HTTP requests are forwarded
|
||||||
|
# as-is instead of being 301-redirected to HTTPS.
|
||||||
|
# Default: false (all HTTP → HTTPS redirect enforced).
|
||||||
|
|
||||||
[[routes]]
|
[[routes]]
|
||||||
host_prefix = "docs"
|
host_prefix = "docs"
|
||||||
|
|||||||
Reference in New Issue
Block a user