Monday 9 April 2018

How to set up something like Nginx?

About to deploy an webapp. Expecting a about 10k first day traffic. Currently using Heroku and serving the files like so:app.use(express.static(path.join(__dirname, "public"))); A lot of talk that I should be using some sort of reverse proxy. I've looked into this before but always found it to complicated to sort out. But from what I've read it would help out a lot. Is that true?How simple is Nginx set up? Can anyone point me in the right direction, cause it looks tricky. Obviously I need to link the domain name also. Thanks :)

Submitted April 09, 2018 at 10:50AM by harrydry

No comments:

Post a Comment