mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
website: Fix circular redirect with TLS on existing cluster
Fix an issue where /docs/k8s/operations/tls-on-existing-cluster would never load when navigating directly to the URL because of a circular redirect.
This commit is contained in:
parent
139717d3f8
commit
e2fff3dde9
@ -178,11 +178,6 @@ module.exports = [
|
|||||||
destination: '/docs/k8s/uninstall',
|
destination: '/docs/k8s/uninstall',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
source: '/docs/k8s/operations/tls-on-existing-cluster',
|
|
||||||
destination: '/docs/k8s/tls-on-existing-cluster',
|
|
||||||
permanent: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
source: '/docs/agent/services',
|
source: '/docs/agent/services',
|
||||||
destination: '/docs/discovery/services',
|
destination: '/docs/discovery/services',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user