kubefirst / docs

kubefirst documentation
https://docs.kubefirst.io
MIT License
5 stars 7 forks source link

fix: allow manage error page from docusaurus and not ngnix #715

Closed jairoFernandez closed 2 weeks ago

jairoFernandez commented 2 weeks ago

associated to https://github.com/kubefirst/docs/issues/721

Actually the ngnix server try to list the directory, for that reason, when you try to access to first level, like /akamai/ you receive a 403 code: CleanShot 2024-06-19 at 14 06 54@2x

now, we'll receive a 404 managed by docusaurus: CleanShot 2024-06-19 at 14 09 09@2x

Another thing, I added a redirect from /google/ to /gcp/ as a temporal solution of https://github.com/kubefirst/docs/issues/721.

CleanShot 2024-06-19 at 14 11 13

fharper commented 1 week ago

Thanks for this fix Jairo!