So I'm about to publish my first ever Javascript/Node/Express app. I've already installed everything on my CentOS server with Nginx as a reverse proxy. To improve security and performance I want to use https and compression, but I don't know at what level I should implement them.Https: use Node's https server or do it through Nginx (which I guess is easier with Certbot's Nginx option) while Node runs on http.Compression: use compression middleware or use Nginx's gzip? What will be the difference?Thanks!
Submitted February 17, 2020 at 04:11PM by Necessary_Mammoth
No comments:
Post a Comment