mirror of https://github.com/hashicorp/consul
Document Fastly redirects (#4887)
* Adds note about use of Fastly VCL for redirects Some redirects are not possible with a redirect file, so we send traffic to learn.hashicorp.com with custom VCL (Varnish) handlers using the Fastly web admin. Future migrations of content to learn.hashicorp.com should also use this approach.pull/4978/head
parent
62aecfc643
commit
373fafb4af
|
@ -40,14 +40,7 @@
|
||||||
/docs/agent/http.html /api/index.html
|
/docs/agent/http.html /api/index.html
|
||||||
/api/acl.html /api/acl/acl.html
|
/api/acl.html /api/acl/acl.html
|
||||||
|
|
||||||
# These redirect in Fastly do not use this redirects file. They are here for completeness.
|
# NOTE: Do not use this redirects file.
|
||||||
|
# A custom VCL (Varnish) configuration in the Fastly web admin has been
|
||||||
# /intro/getting-started/install.html https://learn.hashicorp.com/consul/getting-started/install.html
|
# used to redirect from `/intro/getting-started/*` to subpaths of
|
||||||
# /intro/getting-started/agent.html https://learn.hashicorp.com/consul/getting-started/agent.html
|
# https://learn.hashicorp.com/consul/
|
||||||
# /intro/getting-started/services.html https://learn.hashicorp.com/consul/getting-started/services.html
|
|
||||||
# /intro/getting-started/connect.html https://learn.hashicorp.com/consul/getting-started/connect.html
|
|
||||||
# /intro/getting-started/join.html https://learn.hashicorp.com/consul/getting-started/join.html
|
|
||||||
# /intro/getting-started/checks.html https://learn.hashicorp.com/consul/getting-started/checks.html
|
|
||||||
# /intro/getting-started/kv.html https://learn.hashicorp.com/consul/getting-started/kv.html
|
|
||||||
# /intro/getting-started/ui.html https://learn.hashicorp.com/consul/getting-started/ui.html
|
|
||||||
# /intro/getting-started/next-steps.html https://learn.hashicorp.com/consul/getting-started/next-steps.html
|
|
||||||
|
|
Loading…
Reference in New Issue