vestacp-nodejs
vestacp-nodejs copied to clipboard
restart pm2 app.sock error 500
app.sock is not working after restart pm2 or restart server. Do you have a solution to this problem ?
pm2 delete app.js rm -rf ./app.sock chmod 777 ./app.sock pm2 start app.js