How can I forward-proxy https requests with Nginx?
I am running a local web app on my dev machine. And I want to reach my local web app from a test machine (a phone). I set up Nginx to listen on port 8888. My test machine can reach my dev machine at this port. Requests that should go the local web application are reverse-proxied from port 8888 to the local web app port 3000. These requests work fine. Request