Hello, I have a setup for my Nginx reverse proxy to reverse proxy http://localhost:8080 from my main domain, with SSL setup using a Cloudflare Origin certificate and proxying with Cloudflare. When I try to change http://localhost:8080 to https://<another site>, Cloudflare returns 502 Bad Gateway. Working code: server { location / { proxy_pass http://localhost:80by xgage - How to...