Hello.
I'm trying to install Kratos from this article
https://www.ory.sh/docs/kratos/guides/deploy-kratos-example and it doesn't work for me. I made the same nginx configuration as indicated in the article, and when I try to go to /auth/login, I immediately get a redirect to /login and a 404 error.
If I remove the line rewrite
rewrite /auth/(.*) /$1 break;
, which causes this, when you try to access /auth/login it will also be 404.
Thanks for the help.