How to force redirect from https to http on Docker installation

I have setup Discourse on Digital Ocean with Docker, and it’s sending out with URLs that point to the https version of the site, however it’s not setup yet. Meanwhile they get a blank page - is there a way to tell nginx to redirect all traffic from https to the the http version of the site with Docker?

2 Likes