I did a curl at the IP address of my droplet (if that’s what you meant) and got this:
<html>
<head>
<title>500 Internal Server Error</title>
</head>
<body>
<h2>Request Timeout</h2>
<p>This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
</p>
</body>
</html>
(I don’t know if I mentioned this before, but my goal is to run strapi in the browser at my droplet ip address without the need of ssh-ing into my droplet.)
So, I deleted the server.js file that I am guessing comes with the droplet, and I am messing around with pm2. I have my ecosystem.config.js file fully configured (according to the docs) at the moment, and I performed a pm2 start ecosystem.config.js in my root folder (/usr/local/lsws/Strapi/html/node) on my droplet. Not sure what next steps are, if any? I am still unable to access strapi at my droplet ip now in the browser, unfortunately.
Sunnyson, did you know your post cut off, though? I’d be interested to see what else you had to say.
Thanks for your help!