aaPanel_Kern
Hi
I managed to get it to work by playing around, testing things and changing settings.
Not sure what was the exact thing that made it work, but here are the last settings that I changed in the "Node Project Management":
1-Domain:
I changed it from:---------> www.domain.com:8443
To: ----------------------> www.ws.domain.com:80
2-I turned off: "Mapping"
3-I start the node by Terminal:
su root
pm2 start /www/wwwroot/wss/app.js
Now I notice that I can turn it (Stop/Start) directly from the "Node Project Management" without the need to go through the (Terminal + PM2), which is great!
4-The supervisor plugin still doesn't work, despite the fact that everything is working and running. Could this cause any problems on the Node App?
5-Quick question as I have zero experience on servers:
Before we used the MP2 command:
pm2 start app.js --watch
To start the app automatically when it stops.
What do I need to do now to keep it running all the time as the mp2 was doing?
Lastly thank you so much for all the help ))