Group: Member 
Post Group: Elite Member
Posts: 489
Status: 
|
Whatever apache or nginx is used, running php will listen on port 80 and the idea to rely on another port for node.js is not sexy enough to be a seductive solution
This approach is an answer for that here,
ie using same port for both php and node.js. The approach takes directories dedicated to Node.js but it could have taken different subdomains as another solution too.
Tio sum up, my suggestion is softaculous allows
- php & node.js on the same server and same port
- node.js definitions paths either by subdomains, directories or both of them
|