[Solved] Need help with configuring nginx

Hi,
I’ve got debian on my vps and it is running the latest yunohost with several apps.
Today i decided to host a nodejs app on my vps, but i wanted it to be on a different domain so I pointed the new domains dns to my vps’ ip and created a new nginx config file, but the new domain gets directed to my yunohost admin page - it seems to ignore my new config file.
The yunohost autogenerated conf files have not been touched.

Any help would be greatly appreciated.

Already fixed, just added my new domain to ssowat regex excludes and it started routing correctly.

Hello, I have the same problem.
Could you tell me how and where you did your excluision?

In /etc/ssowat/conf.json.persistent you just need to specify what url should be ignored.
Take a look at this

in /etc/ssowat/conf.json.persistent i added the excluded domain to skipped_regex & reloaded nginx