0

How to setup HTTPS on Express, Express Generator, how to redirect http to https? Do we need to create both different server for that or we can redirect it with just one server.

Navit
  • 1

1 Answers1

0

This would be more on the reverse proxy engine you're using, or if you want a simple solution, simply use CloudFlare.

Oliver
  • 493
  • 2
  • 8
  • 15
  • Can you please explain reverse proxy engine? How I can use it? – Navit Oct 04 '18 at 11:11
  • @Navit https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04 – Oliver Oct 05 '18 at 12:03