Recent content by DavidCorral94

  1. D

    Issue NodeJS app permissions

    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...
Back
Top