Routes in plugin are not available on nginx

I don’t know what the problem is, why routes don’t work on my linux server. If I access route, i always get a redirect with 200 status to backend authorization. I sat for a long time, but still didn’t understand.

I use nginx nginx/1.18.0, settings nginx from https://docs.octobercms.com/3.x/setup/web-server-config.html#server-specific-configuration, .htaccess from repository octobercms, octobercms version 3.6.30.

My route and response:

I hope for help. Thank.

Hi @serejka

All looks fine here, check that your app isn’t applying a global middleware or that the route doesn’t collide with the backend URI setting (in config/backend.php).