i want to deploy nodejs app while using nginx giving error of port 80
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello there @ravisharama375,
Can you please share the exact error that you are getting so that I could try to advise you further?
A few things that you could try out are:
Make sure that Apache and Nginx are not listening on the same port, you can only have 1 service listening on a port
Follow the steps here on how to troubleshoot common Apache problems:
https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-apache-issues-on-linux-server
https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-nginx-issues-on-linux-server
Feel free to share the output of any of the commands here.
Regards, Bobbt