Skip to content

Commit

Permalink
fix issues with the 404 and robots.txts redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jputrino authored Oct 8, 2021
1 parent 6bf1069 commit 7daf4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 7daf4b8

Please sign in to comment.