i have VM instnance, i am trying to deploy front-end & api & admin dashboard, i installed nginx, and all that, i allowed port 8080 for the api using ufw :
also the port is opened in iptables as well:
the port is accessible when i run curl http://ip-address:8080 in my VM, so why can’t access it outside ? what i am missing ?