nginx-reverse-proxy icon indicating copy to clipboard operation
nginx-reverse-proxy copied to clipboard

Add support for HTTPS upstream, make sure to pass the upstream Host header

Open Niek opened this issue 1 year ago • 0 comments

This PR adds:

  • Support for HTTPS upstream URLs, e.g. when reverse proxying a Cloudflare worker or some other site that is only accessible through HTTPS
  • Pass the upstream hostname in the Host header - so the upstream server doesn't need to support the additional reverse proxy hostname

Niek avatar Nov 28 '24 09:11 Niek