node application blocks port 80 and lsws from restarting

#1
Hi,

I am running the latest version of ubuntu and LSWS on a vps server. I am trying to run multiple node applications on this server.

1. When I run node on Port 3000, it seems to start nginx and this essentially blocks port 80 http. Next time I try to restart lsws fails because port 80 is not released ny nginx. How do I fix this.
 
Last edited:
#2
It is normal, that if the HTTP port is occupied, then you might be failed to start the OpenLiteSpeed service. You should check why the node service brings up the Nginx on the same server.
 
Top