Upon running a port scan on my server:
22/tcp open ssh (protocol 2.0)
80/tcp open http nginx 1.4.6 (Ubuntu)
443/tcp open http nginx 1.4.6 (Ubuntu)
3000/tcp open ppp?
3001/tcp open http Node.js (Express middleware)
Is there a way to disguise that I'm running Node.js on port 3001 or better yet entirely hide port 3000 and 3001?
Node is running behind Nginx --- all traffic should be going over 80/443 so if port 3000/3001 are not publicly accessible, that's fine by me!
I'm running latest Ubuntu 64 bit.
Many thanks for any help on this.