I need to set up a new tomcat instance to host a new application, and in parallel to this, configure nginx to make the reverse proxy.
The application is developed in java Spring. The application is two packages front and one back that will serve as API for the others. I am having doubts to make the API work in case the / adm ...
I need help setting up the correct API.
I've already made the new instance, I've already configured the server in nginx, but it's still not communicating with the API.