Dynamically Proxy HTTP to HTTPS Using Nginx for Embedding Applications in Iframes Without Mixed Content Warnings
I have an application deployed to various IP addresses (e.g., http://a.b.c.d). I want to embed this application inside a website secured with SSL (https). Directly embedding the IP address in an iframe causes browsers to throw a mixed content warning.