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
Geoffrey Grosenbach 2018-11-16 11:09:32 -08:00 committed by GitHub
parent 62aecfc643
commit 373fafb4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 11 deletions

View File

@ -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