Personally I’d run nginx on 443 which proxy passes to node.
Then my node service doesn’t have to deal with/handle SSL let Nginx handle it insteaad.
Yup, then you only need the one node service/handler/route.
Personally I’d run nginx on 443 which proxy passes to node.
Then my node service doesn’t have to deal with/handle SSL let Nginx handle it insteaad.
Yup, then you only need the one node service/handler/route.