From 7daf4b8325f4fb0d7b13ec086993c58568a9831e Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Thu, 7 Oct 2021 11:22:04 -0600 Subject: [PATCH] fix issues with the 404 and robots.txts redirects --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 66f76db98e..4299c409f4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -34,14 +34,14 @@ [[redirects]] - from = "https://nginx-kubernetes-ingress/robots.txt" + from = "/nginx-ingress-controller/robots.txt" to = "https://docs.nginx.com/robots.txt" status = 301 force = true [[redirects]] from = "*" - to = "https://docs.nginx.com/404.html" + to = "/nginx-ingress-controller/404.html" status = 404