Your comments

Rewrite! previous one even matches /ajentibrahbrah

        rewrite /ajenti($|/(.*)) /$2 break;

As I suspected, my brain was not working last night.

 rewrite /ajenti/?(.*) /$1 break;