Answer the question
In order to leave comments, you need to log in
How to force to work through port without IP?
I launched node.js on the VPS, attached the domain, I run the application, but it does not work through the domain:
smilerado.com:3333
but it works like this:
109.234.37.230:3333
The
domain is already attached to the server, I checked the functionality like this:
smilerado.com/public
what could be the problem?
As I see it, there is not enough memory ... will I have to increase it?
Answer the question
In order to leave comments, you need to log in
More than enough memory. Google about memory management in linux.
After starting, do netstat -apn | grep 3333
View iptables rules: iptables -L --verbose
From machine local nmap -Pn -p 3333 smilerado.com
Alternatively, the application has crashed, and what opens at 109.234.37.230:3333 is from the browser cache.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question