nginx proxypath https redirects to http
- by Thermionix
I'm trying to setup Nginx to forward requests to several backend services using proxy_pass however several pages load with 404s
The links on the pages have https:// in front, but result in a http request - which ends in a 404 - I only want these services to be available through https.
I've tried with varied trailing forward slashes appended to…