Hey there!
I just acquired a VPS Ubuntu server. It has Plesk in order to manage it. I wanted to deploy my NodeJs application but I found an issue/question related to the permissions.
The thing is, I have this line of code:
app.use('/', express.static(path.join(__dirname + '/public')));
Which...