I just created a NodeJS application on port 80, I would like to know what server it is running on, is it Nginx or Apache?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
If you are only running NodeJS with port 80 then then visiting http://your.appdomain will be NodeJS
If you are looking to use NGINX as your entrypoint/proxy this is a good reference… https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04