Hi!
I want to create a reverse proxy. I have a one application of NodeJs with Express Js, is running on port 3005 (
http://mydomain.com:3005) without SSL, because not found. I need display my app with SSL and full domain (
https://mydomain.com/).
Help me please! Thanks!