Skip to content

Commit

Permalink
Merge pull request #4373 from rancher/btat-patch-1
Browse files Browse the repository at this point in the history
Fix redirect typo
  • Loading branch information
btat authored Jul 1, 2023
2 parents b609b31 + 63a3013 commit 5bb892c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ map $request_uri $redirect_uri {
~^/docs/rancher/v2.0-v2.4/en/v1.6-migration/load-balancing/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/migrate-from-v1.6-v2.x/load-balancing;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/how-ha-works/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/kubernetes-cluster-setup/high-availability-installs;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/ha-with-external-db/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/kubernetes-cluster-setup/k3s-for-rancher;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/ha-RKE/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/kubernetes-cluster-setup/rke1-for-rancher;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/ha-rke/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/kubernetes-cluster-setup/rke1-for-rancher;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/infrastructure-tutorials/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/pages-for-subheaders/infrastructure-setup;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/infrastructure-tutorials/infra-for-ha-with-external-db/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/infrastructure-setup/ha-k3s-kubernetes-cluster;
~^/docs/rancher/v2.0-v2.4/en/installation/resources/k8s-tutorials/infrastructure-tutorials/infra-for-ha/?$ https://ranchermanager.docs.rancher.com/v2.0-v2.4/how-to-guides/new-user-guides/infrastructure-setup/ha-rke1-kubernetes-cluster;
Expand Down

0 comments on commit 5bb892c

Please sign in to comment.