Report this

What is the reason for this report?

How do I know what server my NodeJS application is running on?

Posted on March 27, 2018

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?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.